libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
socket_server_manager_asio.hpp File Reference
#include "socket_wrapper_asio.hpp"
#include <functional>
#include <memory>
#include "socket_server_manager_asio_impl.hpp"
Include dependency graph for socket_server_manager_asio.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::manager< LkT >
 A simple TCP/IP socket wrapper using socket_wrapper for servers. More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::manager< LkT >::session
 A wrapper for a new client connection to the server. More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::loopback< SvrHBs, LkT >
 A simple TCP/IP socket wrapper using boost::asio for loop-back servers. More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::forwarding< LkT >
 A simple TCP/IP socket wrapper using a socket wrapper for forwarding servers. More...
 

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::socket
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio
 

Functions

template<class LkT >
std::ostream & jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::operator<< (std::ostream &os, typename manager< LkT >::tcp_connection const &ec) noexcept(false)
 
template<class LkT >
std::ostream & jmmcg::LIBJMMCG_VER_NAMESPACE::socket::server_manager::asio::operator<< (std::ostream &os, manager< LkT > const &ec) noexcept(false)