libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args Struct Reference

#include <socket_server.hpp>

Public Types

using addr_t = boost::asio::ip::address
 
using port_t = unsigned short
 
using pr_t = proc_rules_t
 

Public Attributes

addr_t addr
 
port_t port
 
pr_t proc_ops
 

Detailed Description

template<class ProcessingRules, class SvrMgr>
struct jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args

Definition at line 112 of file socket_server.hpp.

Member Typedef Documentation

◆ addr_t

template<class ProcessingRules , class SvrMgr >
using jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::addr_t = boost::asio::ip::address

Definition at line 113 of file socket_server.hpp.

◆ port_t

template<class ProcessingRules , class SvrMgr >
using jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::port_t = unsigned short

Definition at line 114 of file socket_server.hpp.

◆ pr_t

template<class ProcessingRules , class SvrMgr >
using jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::pr_t = proc_rules_t

Definition at line 115 of file socket_server.hpp.

Member Data Documentation

◆ addr

template<class ProcessingRules , class SvrMgr >
addr_t jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::addr

Definition at line 117 of file socket_server.hpp.

◆ port

template<class ProcessingRules , class SvrMgr >
port_t jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::port

Definition at line 118 of file socket_server.hpp.

◆ proc_ops

template<class ProcessingRules , class SvrMgr >
pr_t jmmcg::socket::svr< ProcessingRules, SvrMgr >::ctor_args::proc_ops

Definition at line 119 of file socket_server.hpp.


The documentation for this struct was generated from the following file: