Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Ntfxx | Namespace containing all code of library libtfxx |
▼Ncmdline | Namespace containing all components of module commandline. , |
▼Nhelper | |
CCmdlineArgument | |
▼CCommandline | 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 |
CResult | Structure to store result of command line scanning |
CDeclare | Struct to define options ,This struct is used to define a list of options. An example is: |
CFilename | A struct to hold filename together with options ,If a filename is given together with its specific parameters in |
▼Nerror | Error handling |
CException | Base class for exceptions |
CFSException | Exception class for file system utilities |
▼Nfortranio | All FORTRAN file data input output functions , |
Cblitz_magic | Magic 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) |
CFortranBinInput | 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) |
CFortranBinOutput | 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 |
▼Nioswap | All facilities for checking bytesex and swapping input binary data. , |
CIOUnion | |
▼Nnumeric | Namespace containing all components of module numeric |
▼CRNGgaussian | Provide random numbers with Gaussian distribution.This class is an interface to the GSL random number generator |
CUTException | Exception class for RNG indicating request for unkown type |
▼Nstring | |
▼Nhelper | |
Cmyregexxcontainer | |
Cregexxcontainer | |
Cregexx | |
CConstHandle | Template #tfxx::THandle<class TObj>#: |
CHandle | |
CRange | A class to deal with numerical ranges |
CRangeList | |
CRangeListStepper | |
CRangeStepper | |
CA | |
CAny | |
CInt | |
COptions | |
CString | |