r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
AsioServer.hpp File Reference

This file contains the server network implementation for Asio. More...

#include <functional>
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>
#include "asio.hpp"
#include "Interfaces/INetworkServer.hpp"
#include "Interfaces/Protocol/Protocol.hpp"
+ Include dependency graph for AsioServer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  srv::AsioServer
 Network implementation with asio for server. More...
 

Namespaces

namespace  srv
 

Macros

#define ASIO_STANDALONE
 

Detailed Description

This file contains the server network implementation for Asio.

Definition in file AsioServer.hpp.

Macro Definition Documentation

◆ ASIO_STANDALONE

#define ASIO_STANDALONE

Definition at line 15 of file AsioServer.hpp.