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

provide Fortran I/O for raw Blitz++ arrays (prototypes) More...

#include <fstream>
#include <blitz/array.h>
#include <tfxx/fortranio.h>
#include <tfxx/misc.h>
#include <tfxx/error.h>
Include dependency graph for blitzfortranio.h:

Go to the source code of this file.

Classes

struct  tfxx::fortranio::blitz_magic< T, N >
 magic numbers for blitz array I/OPlease define TF_COMPLEX_ARRAY to activate I/O for arrays of complex types. More...
 
struct  tfxx::fortranio::blitz_magic< float, 1 >
 partial specializations (others are hidden to doxygen) More...
 

Namespaces

 tfxx
 Namespace containing all code of library libtfxx.
 
 tfxx::fortranio
 contains all FORTRAN file data input output functions ,
 

Macros

#define TF_BLITZFORTRANIO_H_VERSION   "TF_BLITZFORTRANIO_H V1.0 "
 

Functions

template<class T , int N>
tfxx::fortranio::FortranBinOutputtfxx::fortranio::operator<< (tfxx::fortranio::FortranBinOutput &fo, const blitz::Array< T, N > &a)
 Output operator template for class FortranBinOutput and blitz. More...
 
template<class T , int N>
tfxx::fortranio::FortranBinInputtfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &fi, blitz::Array< T, N > &a)
 Input operator template for class FortranBinInput and blitz. More...
 

Detailed Description

provide Fortran I/O for raw Blitz++ arrays (prototypes)


Author
Thomas Forbriger
Date
28/11/2002

provide Fortran I/O for raw Blitz++ arrays (prototypes)

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)


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

  • 28/11/2002 V1.0 Thomas Forbriger

Definition in file blitzfortranio.h.