The Micro C++ Library
|
Classes | |
class | BiDiConnection |
The BiDiConnection class defines a combination of a Receiver and a Sender class. More... | |
class | Connection |
The Connection class defines a close(ClosingMode) method. More... | |
class | Formatter |
The Formatter class defines an interface to emit potentially nested content. More... | |
class | NonCopyable |
The NonCopyable class makes the Copy-Constructor and the Assignment-Operator private. More... | |
class | ProgressMonitor |
The ProgressMonitor class is a pure virtual call-back interface to signal progress and to propagate feedback of cancellation. More... | |
class | Reader |
A Reader class defines methods to read from a Stream. More... | |
class | Receiver |
The Receiver class defines a combination of a Connection and a recv(void*, size_t, bool) method. More... | |
class | Runnable |
Interface that may be used within a thread as the thread's execution implementation. More... | |
class | Sender |
The Sender class defines a combination of a connection and a send(const void*, size_t, bool) method. More... | |
class | Stream |
A Stream is a generic abstract streaming interface to read and/or write data from and/or to. More... | |
class | ToString |
The ToString class defines a common toString()const method. More... | |
class | Writer |
A Writer class defines methods to read from a Stream. More... |