TF++, Miscellaneous classes and modules in C++:
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  blitzio
 blitzfortranio.ccInstantiate our magic numbers (implementation)
 blitzfortranio.hProvide Fortran I/O for raw Blitz++ arrays (prototypes)
 blitzutil.hSome helpers for Blitz++ (prototypes)
  cmdline
 commandline.ccImplementation of class commandline
 commandline.hInterface of class commandline
 xcmdline.ccParse extra commandline values (implementation)
 xcmdline.hParse extra commandline values (prototypes)
  containers
 handle.hProvide a pointer with reference counting (prototypes)
 range.hDeal with number ranges
 rangelist.hHandle a list of ranges (prototypes)
  fileio
 bytesex.hHandle different data bytesex (prototypes)
 complexio.hBinary I/O of complex types (prototypes)
 filestatus.ccTest status of file (implementation)
 filestatus.hTest status of file (prototypes)
 fortranaffio.hInput/ouput to/from aff containers (prototypes)
 fortranio.ccRead and write FORTRAN file data
 fortranio.hRead and write FORTRAN file data
 ioswap.ccSome functions supporting swapping after I/O (implementation)
  fs
 dirname.ccInterface to dirname(3) (implementation)
 exception.ccException class for file system utilities (implementation)
 fs.hFile system utilities (prototypes)
 mkdir.ccInterface to mkdir(2) (implementation)
 mkdirp.ccCreate a complete path (implementation)
  hacks
 hack_blitztogrepg.ccQuick hack to create a grepg file from any 2D blitz array (implementation)
 hack_blitztogrepg.hQuick hack to create a grepg file from any 2D blitz array (prototypes)
 hack_blitztotable.hDump 1D blitz array to a table (prototypes)
  misc
 error.ccExceptions and error handling macros (implementation)
 error.hExceptions and error handling macros (prototypes)
 hexdump.ccOutput hex dump of any structure (implementation)
 hexdump.hOutput hex dump of any structure (prototypes)
 misc.hSome miscellaneous prototypes (prototypes)
 seitosh.ccProvide references to Seitosh (implementation)
 seitosh.hProvide references to Seitosh (prototypes)
  num
 rng.ccInterface to GSL random number generators (implementation)
 rng.hInterface to GSL random number generators (prototypes)
  strings
 rangestring.hRead ranges from strings (prototypes)
 regexx.ccProvide regular expression functionality (implementation)
 regexx.hProvide regular expression functionality (prototypes)
 stringfunc.ccString functions copied from former class library (implementation)
 stringfunc.hString functions copied from former class library (prototypes)
  tests
 blitztest.ccTest all blitz support modules
 commandlinetest.ccTest commandline class
 exceptiontest.ccTest exception classes
 filetest.ccTest file access functions
 fortraniotest.ccC++ part of the Fortran I/O test routines
 fstest.ccTest file system utilities
 handletest.ccTest handle containers
 misctest.ccTest miscellaneous functions and modules
 rangetest.ccTest range code
 regextest.ccTest regex match function
 rngtest.ccTest random number generator module
 stringtest.ccTest string functions