TF++, Miscellaneous classes and modules in C++:
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NtfxxNamespace containing all code of library libtfxx
 NcmdlineNamespace containing all components of module commandline. ,
 Nhelper
 CCmdlineArgument
 CCommandlineEvaluates 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
 CResultStructure to store result of command line scanning
 CDeclareStruct to define options ,This struct is used to define a list of options. An example is:
 CFilenameA struct to hold filename together with options ,If a filename is given together with its specific parameters in
 NerrorError handling
 CExceptionBase class for exceptions
 CFSExceptionException class for file system utilities
 NfortranioAll FORTRAN file data input output functions ,
 Cblitz_magicMagic numbers for blitz array I/OPlease define TF_COMPLEX_ARRAY to activate I/O for arrays of complex types
 Cblitz_magic< float, 1 >Partial specializations (others are hidden to doxygen)
 CFortranBinInputRead 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)
 CFortranBinOutputWrite 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
 NioswapAll facilities for checking bytesex and swapping input binary data. ,
 CIOUnion
 NnumericNamespace containing all components of module numeric
 CRNGgaussianProvide random numbers with Gaussian distribution.This class is an interface to the GSL random number generator
 CUTExceptionException class for RNG indicating request for unkown type
 Nstring
 Nhelper
 Cmyregexxcontainer
 Cregexxcontainer
 Cregexx
 CConstHandleTemplate #tfxx::THandle<class TObj>#:
 CHandle
 CRangeA class to deal with numerical ranges
 CRangeList
 CRangeListStepper
 CRangeStepper
 CA
 CAny
 CInt
 COptions
 CString