TF++, Miscellaneous classes and modules in C++:
fortranaffio.h File Reference

input/ouput to/from aff containers (prototypes) More...

#include <aff/array.h>
#include <aff/series.h>
#include <aff/iterator.h>
#include <tfxx/fortranio.h>
Include dependency graph for fortranaffio.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::FortranBinInputtfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &is, aff::Series< T > &s)
 reading operator More...
 
template<class T >
tfxx::fortranio::FortranBinInputtfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &is, aff::Array< T > &s)
 reading operator More...
 

Detailed Description

input/ouput to/from aff containers (prototypes)


Author
Thomas Forbriger
Date
16/05/2006

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

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 16/05/2006 V1.0 Thomas Forbriger
  • 13/06/2006 V1.1 we have to increase the iterator :-)
  • 19/06/2006 V1.2 provide a reading operator

Definition in file fortranaffio.h.