Classes that embody operating system abstractions.
![]() | The base class for all other clasess in the system, plus some additional low level support classes/functions eg memory management. |
![]() | Classes that contain other objects. |
![]() | Classes that perform general I/O |
![]() | Classes that perform Berkely Sockets I/O |
![]() | Classes that handle processes, multi-threading and synchronsiation. |
![]() |
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