Here are a list of subsystems, with links to their documentation:
Subsystem | Description | Documentation | Class list |
---|---|---|---|
Dispatcher | Privdes event queueing and dispatching. |
documentation | None yet |
LCore | This holds key base classes for broad concepts such as reference counting, the Protocol class (which provides a common virtual base class for persistent RTTI and object identity), and the persistent RTTI mechanism. |
None yet | None yet |
EHnet++ | This contains classes representing addresses that sockets can bind to. |
None yet | None yet |
UNIXpollManager | A part of the Dispatcher subsystem that provides a way to be notified of some condition on a file descriptor via an event. |
None yet | None yet |
StrChunk | A way of representing chunks of data that minimizes expensive copying operations, and provides for the ability to write fragmented data to a file descriptor. |
documentation | None yet |
StreamModule | Ties together all the previously mentioned systems to provide a way to build complex communication pipelines by plugging together simpler components. |
documentation | None yet |
Tutorial | A tutorial pulling together all the other parts to make an actual running program. |
tutorial | None yet |