See: Description
| Class | Description |
|---|---|
| dasTools | |
| Debug |
A minimal implementation of a globally-accessible set of Debug flags.
|
| Getopts |
A class for achieving getopts() functionality.
|
| iniFile |
This class encapsulates the old .ini file functionality
that we used to see (and still do) in the Microsoft Operating
Systems.
|
| InvalidSwitch |
Exception throwable by the Getopts class
|
| OptSwitch |
OptSwitch - class definition for Switches
Description: this class defines a switch element.
|
| SortedTable |
SortedTable looks exactly like Hashtable but preserves the insertion order
of elements.
|
| Tools |