Console Mode Classes

Classes that embody operating system abstractions.
o Base Object Class
The base class for all other clasess in the system, plus some additional low level support classes/functions eg memory management.
o Container Classes
Classes that contain other objects.
o I/O Channel Classes
Classes that perform general I/O
o Socket Classes
Classes that perform Berkely Sockets I/O
o Process and Thread Classes
Classes that handle processes, multi-threading and synchronsiation.
o Miscellaneous Classes
This as far as possible "normalises" different operating systems to a single API so the same application can be compiled without modification.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.