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

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

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

Go to the source code of this file.

Classes

class  eng::AsioClient
 Network implementation with asio for client. More...
 

Namespaces

namespace  eng
 

Macros

#define ASIO_STANDALONE
 

Detailed Description

This file contains the client network implementation for Asio.

Definition in file AsioClient.hpp.

Macro Definition Documentation

◆ ASIO_STANDALONE

#define ASIO_STANDALONE

Definition at line 16 of file AsioClient.hpp.