Asio definitions.
More...
◆ InternetProtocol
Internet protocol.
Enumerator |
---|
IPv4 | Internet Protocol version 4.
|
IPv6 | Internet Protocol version 6.
|
Definition at line 65 of file asio.h.
◆ make_alloc_handler()
template<typename THandler >
Helper function to wrap a handler object to add custom allocation.
- Parameters
-
storage | - Memory storage |
handler | - Handler to allocate |
Definition at line 39 of file memory.inl.
◆ operator<<()
template<class TOutputStream >
TOutputStream & CppServer::Asio::operator<< |
( |
TOutputStream & |
stream, |
|
|
InternetProtocol |
protocol |
|
) |
| |
|
inline |
Stream output: Internet protocol.
- Parameters
-
stream | - Output stream |
protocol | - Internet protocol |
- Returns
- Output stream
Definition at line 13 of file asio.inl.