CppServer 1.0.5.0
C++ Server Library
|
Classes | |
class | AllocateHandler |
Asio allocate handler wrapper. More... | |
class | HandlerAllocator |
Asio handler allocator. More... | |
class | HandlerStorage |
Asio handler storage. More... | |
class | Service |
Asio service. More... | |
class | SSLClient |
SSL client. More... | |
class | SSLContext |
SSL context. More... | |
class | SSLServer |
SSL server. More... | |
class | SSLSession |
SSL session. More... | |
class | TCPClient |
TCP client. More... | |
class | TCPResolver |
TCP resolver. More... | |
class | TCPServer |
TCP server. More... | |
class | TCPSession |
TCP session. More... | |
class | Timer |
Timer. More... | |
class | UDPClient |
UDP client. More... | |
class | UDPResolver |
UDP resolver. More... | |
class | UDPServer |
UDP server. More... | |
Enumerations | |
enum class | InternetProtocol { IPv4 , IPv6 } |
Internet protocol. More... | |
Functions | |
template<class TOutputStream > | |
TOutputStream & | operator<< (TOutputStream &stream, InternetProtocol protocol) |
Stream output: Internet protocol. | |
template<typename THandler > | |
AllocateHandler< THandler > | make_alloc_handler (HandlerStorage &storage, THandler handler) |
Helper function to wrap a handler object to add custom allocation. | |
Asio definitions.
|
inline |
Helper function to wrap a handler object to add custom allocation.
storage | - Memory storage |
handler | - Handler to allocate |
Definition at line 39 of file memory.inl.
|
inline |