|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "messages.hpp"#include "../common/connectivity_policy.hpp"#include "../common/processing_rules.hpp"#include "../../common/connection.hpp"#include "../../common/exchange_connection.hpp"#include "core/socket_server.hpp"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 > > |