#include "CeylanTextDisplayable.h"#include "CeylanSystem.h"#include <string>

Go to the source code of this file.
Classes | |
| class | Ceylan::System::Stream |
| Abstract stream class used in IPC. More... | |
| class | Ceylan::System::Stream::StreamException |
| Exception thrown when a stream operation failed. More... | |
| class | Ceylan::System::Stream::CloseException |
| Exception thrown when a stream operation failed. More... | |
| class | Ceylan::System::Stream::NonBlockingNotSupportedException |
| Exception thrown when a stream is set to non-blocking whereas it failed or is not supported at all. More... | |
Namespaces | |
| namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::System |
General system calls and properties. | |
Typedefs | |
| typedef int | Ceylan::System::StreamID |
| A stream's unique ID. | |
1.6.3