CppServer
1.0.4.0
C++ Server Library
|
Asio C++ Library definition. More...
Go to the source code of this file.
Namespaces | |
CppServer | |
C++ Server project definitions. | |
CppServer::Asio | |
Asio definitions. | |
Macros | |
#define | ASIO_STANDALONE |
#define | ASIO_SEPARATE_COMPILATION |
#define | ASIO_NO_WIN32_LEAN_AND_MEAN |
Enumerations | |
enum class | CppServer::Asio::InternetProtocol { CppServer::Asio::IPv4 , CppServer::Asio::IPv6 } |
Internet protocol. More... | |
Functions | |
template<class TOutputStream > | |
TOutputStream & | CppServer::Asio::operator<< (TOutputStream &stream, InternetProtocol protocol) |
Stream output: Internet protocol. More... | |