Babel
Epitech's C++ VoIP project
Classes | Namespaces
AsioTCPServer.hpp File Reference
#include <memory>
#include <deque>
#include <thread>
#include <cstdint>
#include <iostream>
#include <asio.hpp>
#include "Network/AsioTCPConnection.hpp"
#include "Network/ITCPServer.hpp"
#include "Utilities/TSQueue.hpp"
#include "Network/OwnedMessage.hpp"
Include dependency graph for AsioTCPServer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Babel::AsioTCPServer< T >
 Implementation of ITCPServer using ASIO. More...
 

Namespaces

 Babel