lib/misc
Provides miscellaneous classes.
->See description

 

COUNTER
 Simple counter object (useful as a once function).

MEMO
 This strange tiny class is useful to share a common volatile expanded value between different objects or as the 
 result of a once function.
 So in most cases the E type is expanded and the reference to the MEMO[E] container object is shared.
 Other name for `MEMO' is sometimes `CELL'.
 Note for release 2.1, the new name for this class will be simply REFERENCE.

MINI_PARSER_BUFFER
 Useful and efficient mini parsing buffer.
 From the user point of view, an object of this class can be considered
 as the combination of a STRING to be parsed with an extra INTEGER
 index to memorize the current position in this STRING.
 Beside the fact that this object provides the current position
 memorization inside the STRING to be parsed, the implementation is
 also more efficient than the one you may get by using the traditional
 STRING interface.


 

Cluster lib/misc description

Provides miscellaneous classes.