Main Page | Modules | Class Hierarchy | Class List | File List | Class Members

MArray ASCII I/O
[MArray I/O]

Classes

Functions


Detailed Description

Reading from ASCII files for ltl::MArray.

Function Documentation

template<class T>
template< class T > int ltl::AscFile::readColumn const int  col,
T *&  cont
throw (IOException) [inherited]
 

High level interface for C-style arrays.

User-interface class used to read the column col into a C-style array.

template<class T>
template< class T > int ltl::AscFile::readColumn const int  col,
T &  cont
throw (IOException) [inherited]
 

High level interface for standard STL containers.

User-interface class used to read the column col into the STL container cont.

Warning:
Currently only container that provide push_back() are supported.


Generated on Fri Dec 24 13:32:03 2004 for LTL by doxygen 1.3.4