libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
trq.hpp File Reference
Include dependency graph for trq.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  isimud
 
namespace  isimud::ISIMUD_VER_NAMESPACE
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT
 
namespace  isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::TRQ
 

Typedefs

using isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::TRQ::connection_t = exchanges::common::connection< MsgTypes, common::connectivity_policy< MsgTypes::logon_args_t > >
 
template<class ClientMsgTypes >
using isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::TRQ::client_cxn_t = libjmmcg::socket::svr< common::client_to_exchange_transformations< ClientMsgTypes, MsgTypes >, libjmmcg::socket::server_manager::forwarding< connection_t::socket_t > >
 
template<class ClientMsgTypes >
using isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::TRQ::exchange_cxn_t = exchanges::common::connection_processor< common::exchange_to_client_transformations< MsgTypes, ClientMsgTypes >, common::connectivity_policy< MsgTypes::logon_args_t > >
 
template<class ClientMsgTypes >
using isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::TRQ::link_t = exchanges::common::exchange_connection< client_cxn_t< ClientMsgTypes >, exchange_cxn_t< ClientMsgTypes > >