#include "CeylanInputOutputStream.h"#include "CeylanFeatures.h"#include "CeylanTypes.h"#include "CeylanSystem.h"


Go to the source code of this file.
Classes | |
| class | Ceylan::Network::Socket |
| Simple general socket I/O class, both for connection-based (stream) sockets and packet-based (datagram) sockets, both for client-side and server-side sockets. More... | |
| class | Ceylan::Network::Socket::Socket::SocketException |
| Mother class for all socket-related exceptions. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::Network |
| Basic network management, which is an optional Ceylan feature. | |
Typedefs | |
| typedef Ceylan::Uint32 | Ceylan::Network::Port |
| Port number, as specified for sockets. | |
1.5.8