TF++, Miscellaneous classes and modules in C++:
|
▼ blitzio | |
blitzfortranio.cc | Instantiate our magic numbers (implementation) |
blitzfortranio.h | Provide Fortran I/O for raw Blitz++ arrays (prototypes) |
blitzutil.h | Some helpers for Blitz++ (prototypes) |
▼ cmdline | |
commandline.cc | Implementation of class commandline |
commandline.h | Interface of class commandline |
xcmdline.cc | Parse extra commandline values (implementation) |
xcmdline.h | Parse extra commandline values (prototypes) |
▼ containers | |
handle.h | Provide a pointer with reference counting (prototypes) |
range.h | Deal with number ranges |
rangelist.h | Handle a list of ranges (prototypes) |
▼ fileio | |
bytesex.h | Handle different data bytesex (prototypes) |
complexio.h | Binary I/O of complex types (prototypes) |
filestatus.cc | Test status of file (implementation) |
filestatus.h | Test status of file (prototypes) |
fortranaffio.h | Input/ouput to/from aff containers (prototypes) |
fortranio.cc | Read and write FORTRAN file data |
fortranio.h | Read and write FORTRAN file data |
ioswap.cc | Some functions supporting swapping after I/O (implementation) |
▼ fs | |
dirname.cc | Interface to dirname(3) (implementation) |
exception.cc | Exception class for file system utilities (implementation) |
fs.h | File system utilities (prototypes) |
mkdir.cc | Interface to mkdir(2) (implementation) |
mkdirp.cc | Create a complete path (implementation) |
▼ hacks | |
hack_blitztogrepg.cc | Quick hack to create a grepg file from any 2D blitz array (implementation) |
hack_blitztogrepg.h | Quick hack to create a grepg file from any 2D blitz array (prototypes) |
hack_blitztotable.h | Dump 1D blitz array to a table (prototypes) |
▼ misc | |
error.cc | Exceptions and error handling macros (implementation) |
error.h | Exceptions and error handling macros (prototypes) |
hexdump.cc | Output hex dump of any structure (implementation) |
hexdump.h | Output hex dump of any structure (prototypes) |
misc.h | Some miscellaneous prototypes (prototypes) |
seitosh.cc | Provide references to Seitosh (implementation) |
seitosh.h | Provide references to Seitosh (prototypes) |
▼ num | |
rng.cc | Interface to GSL random number generators (implementation) |
rng.h | Interface to GSL random number generators (prototypes) |
▼ strings | |
rangestring.h | Read ranges from strings (prototypes) |
regexx.cc | Provide regular expression functionality (implementation) |
regexx.h | Provide regular expression functionality (prototypes) |
stringfunc.cc | String functions copied from former class library (implementation) |
stringfunc.h | String functions copied from former class library (prototypes) |
▼ tests | |
blitztest.cc | Test all blitz support modules |
commandlinetest.cc | Test commandline class |
exceptiontest.cc | Test exception classes |
filetest.cc | Test file access functions |
fortraniotest.cc | C++ part of the Fortran I/O test routines |
fstest.cc | Test file system utilities |
handletest.cc | Test handle containers |
misctest.cc | Test miscellaneous functions and modules |
rangetest.cc | Test range code |
regextest.cc | Test regex match function |
rngtest.cc | Test random number generator module |
stringtest.cc | Test string functions |