CppServer  1.0.4.0
C++ Server Library
Namespaces | Macros | Enumerations | Functions
asio.h File Reference

Asio C++ Library definition. More...

#include <iostream>
#include <asio.hpp>
#include <asio/ssl.hpp>
#include "asio.inl"

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...
 

Detailed Description

Asio C++ Library definition.

Author
Ivan Shynkarenka
Date
14.12.2016

Definition in file asio.h.

Macro Definition Documentation

◆ ASIO_NO_WIN32_LEAN_AND_MEAN

#define ASIO_NO_WIN32_LEAN_AND_MEAN

Definition at line 31 of file asio.h.

◆ ASIO_SEPARATE_COMPILATION

#define ASIO_SEPARATE_COMPILATION

Definition at line 30 of file asio.h.

◆ ASIO_STANDALONE

#define ASIO_STANDALONE

Definition at line 29 of file asio.h.