Next
/
Previous
/ Shipman's Home Sweet Homepage
/ Site map
My Cleanroom object library
The objects described here were written to be generic and reusable.
- The Log object handles error logging
and error counting by message type.
- The Scan object
manages the parsing of an input stream, either line-by-line or using a
free-field format, and makes it easy to report errors that are
tied to a particular location in the stream.
- The sysargs.py module
processes the list of command line arguments, doing some checking
and classifying them as switches or positional arguments
(Python source code)
- The Tree object
is for representing N-ary trees.
- The SkipList object
is a container object for storing objects sorted in sequence.
Next: My Cleanroom naming conventions
See also: Example programs written in Cleanroom style
Previous: Cleanroom examples: The taxonomy system
Site map
John W. Shipman,
john@nmt.edu
Last updated: 2006/06/27 23:51:39
URL: http://www.nmt.edu/~shipman/soft/clean/lib.html