TF++, Miscellaneous classes and modules in C++:
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 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::CommandlineEvaluates 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::DeclareStruct to define options ,This struct is used to define a list of options. An example is:
 Ctfxx::error::ExceptionBase class for exceptions
 Ctfxx::error::FSExceptionException class for file system utilities
 Ctfxx::numeric::RNGgaussian::UTExceptionException class for RNG indicating request for unkown type
 Ctfxx::cmdline::FilenameA struct to hold filename together with options ,If a filename is given together with its specific parameters in
 Ctfxx::fortranio::FortranBinInputRead 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::FortranBinOutputWrite 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::ResultStructure to store result of command line scanning
 Ctfxx::numeric::RNGgaussianProvide random numbers with Gaussian distribution.This class is an interface to the GSL random number generator