TF++, Miscellaneous classes and modules in C++:
|
input/ouput to/from aff containers (prototypes) More...
#include <aff/array.h>
#include <aff/series.h>
#include <aff/iterator.h>
#include <tfxx/fortranio.h>
Go to the source code of this file.
Namespaces | |
tfxx | |
Namespace containing all code of library libtfxx. | |
tfxx::fortranio | |
contains all FORTRAN file data input output functions , | |
Macros | |
#define | TF_FORTRANAFFIO_H_VERSION "TF_FORTRANAFFIO_H V1.2" |
Functions | |
template<class C > | |
void | tfxx::fortranio::readaff (tfxx::fortranio::FortranBinInput &is, C &s) |
read an aff container from the file More... | |
template<class T > | |
tfxx::fortranio::FortranBinInput & | tfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &is, aff::Series< T > &s) |
reading operator More... | |
template<class T > | |
tfxx::fortranio::FortranBinInput & | tfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &is, aff::Array< T > &s) |
reading operator More... | |
input/ouput to/from aff containers (prototypes)
input/ouput to/from aff containers (prototypes)
Copyright (c) 2006 by Thomas Forbriger (BFO Schiltach)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
REVISIONS and CHANGES
Definition in file fortranaffio.h.