CLISH  0.7.3
Modules
Here is a list of all modules:
[detail level 12]
o"Little Useful Bits Heap" Library
o"Little Useful Bits" LibraryThis is a general purpose library of small utilities
|oargvThis utility provides a simple means of manipulating a vector of command textual words
|obintreeThis interface provides a facility which enables a client to order and access a set of arbitary data in a binary "tree"
|oblockpoolThis interface provides a facility to manage the allocation and deallocation of fixed sized blocks of memory
|oC linkage macros
|octypeThe ANSI-C standard <ctype.h> interface works fine for strings containing characters encoded with the ASCII 7-bit coding. However when you use characters outside this range things start to get ambiguous
|odblockpoolThis interface provides a dynamic facility to manage the allocation and deallocation of fixed sized blocks of memory
|odumpThis utility provides a simple hierachical debugging mechanism
|oheapThis is a generic heap manager which incorporates a memory leak detection system which can monitor and report the dynamic memory which is in use for each heap
|ostringThis utility provides some simple string manipulation functions which augment those found in the standard ANSI-C library
|otestThis utiltiy provides a simple unittest facility
|\typesThis provides some primative types not found in ANSI-C
o"CLI Shell" Library
|oparamThis class represents an instance of a parameter type
|opargvThis class represents a vector of command line arguments
|optypeThis class represents a parameter type
|oshellThis class represents the top level container for a CLI session
|ovariableThis utility is used to expand variables within a string
|\viewThis class is a container of commands
o"Tiny Readline Library"
|ohistoryThis class handles the maintenance of a historical list of command lines
|otinyrlThis class provides instances which are capable of handling user input from a CLI in a "readline" like fashion
|\vt100A simple class for controlling and interacting with a VT100 compatible terminal
\"Tiny XML Library"