#include "CeylanMiddleware.h"
#include "CeylanSystem.h"
Go to the source code of this file.
Classes | |
class | Ceylan::Middleware::MarshallException |
Exception to be raised whenever a protocol-related issue arises. More... | |
class | Ceylan::Middleware::DecodeException |
Exception to be raised whenever a bitstream could not be decoded into a higher-level construct. More... | |
class | Ceylan::Middleware::EncodeException |
Exception to be raised whenever a higher-level construct could not be encoded into a bitstream. More... | |
class | Ceylan::Middleware::Marshaller |
Encodes and decodes informations so that they can be directly written and read from and to the stream that the marshaller encapsulates. 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. | |
namespace | Ceylan::Middleware |
Gathers all client/server constructs. |