#include "CeylanStream.h"
#include "CeylanTypes.h"
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | Ceylan::System::InputStream |
Abstract input stream class used in IPC. More... | |
class | Ceylan::System::InputStream::InputStream::InputStreamException |
Exception thrown when an operation on an InputStream failed. More... | |
class | Ceylan::System::InputStream::InputStream::SelectFailedException |
Exception thrown when select() fails. More... | |
class | Ceylan::System::InputStream::InputStream::ReadFailedException |
Exception thrown when a read operation failed. More... | |
class | Ceylan::System::InputStream::InputStream::EOFException |
Exception thrown when an unexpected End-Of-File occured, i.e. 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. |