TF++, Miscellaneous classes and modules in C++:
|
CA | |
▼CAny | |
CInt | |
CString | |
Ctfxx::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 |
Ctfxx::fortranio::blitz_magic< float, 1 > | Partial specializations (others are hidden to doxygen) |
Ctfxx::cmdline::helper::CmdlineArgument | |
Ctfxx::cmdline::Commandline | Evaluates commandline by calling long_getopt . ,You may instantiate a Commandline object by passing the C-variables iargc and argv (which are passed to main ) and a Declare-list to the constructor. The constructor itself will call the function long_getopt to evaluate the command line and stores the results |
▼Ctfxx::ConstHandle< X > | Template #tfxx::THandle<class TObj>#: |
Ctfxx::Handle< X > | |
Ctfxx::cmdline::Declare | Struct to define options ,This struct is used to define a list of options. An example is: |
▼Ctfxx::error::Exception | Base class for exceptions |
Ctfxx::error::FSException | Exception class for file system utilities |
Ctfxx::numeric::RNGgaussian::UTException | Exception class for RNG indicating request for unkown type |
Ctfxx::cmdline::Filename | A struct to hold filename together with options ,If a filename is given together with its specific parameters in |
Ctfxx::fortranio::FortranBinInput | Read FORTRAN binary data ,This class reads FORTRAN binary data. FORTRAN binary data is always written in chunks of several bytes, where each chunk is preceded and followed by a 4-byte integer byte-count. This class takes care of this structure of byte-counts an returns only the real data (omitting the counts) |
Ctfxx::fortranio::FortranBinOutput | Write FORTRAN binary data ,This class writes FORTRAN binary data. FORTRAN binary data is always written in chunks of several bytes, where each chunk is preceded and followed by a 4-byte integer byte-count. This class takes care of this structure of byte-counts |
Ctfxx::ioswap::IOUnion< T > | |
COptions | |
Ctfxx::Range< T > | A class to deal with numerical ranges |
Ctfxx::Range< Tvalue > | |
Ctfxx::RangeList< T > | |
Ctfxx::RangeListStepper< T > | |
Ctfxx::RangeStepper< T > | |
Ctfxx::RangeStepper< Tvalue > | |
Ctfxx::string::regexx | |
▼Ctfxx::string::helper::regexxcontainer | |
Ctfxx::string::helper::myregexxcontainer | |
Ctfxx::cmdline::Commandline::Result | Structure to store result of command line scanning |
Ctfxx::numeric::RNGgaussian | Provide random numbers with Gaussian distribution.This class is an interface to the GSL random number generator |