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"
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 |
This file contains the client network implementation for Asio.
Definition in file AsioClient.hpp.
#define ASIO_STANDALONE |
Definition at line 16 of file AsioClient.hpp.