#include <dx_pipe.h>
|
| | dx_catchall_rethrow () template< typename snd_t > const snd_t &operator<<(const snd_t &snd) try |
| void | run () try |
| | server (const std::string &id, arg_t... args) |
| | server (const std::string &id, const ::DWORD(&access)[2], arg_t... args) |
| | server (const std::string &id, decltype(listen)&&listen, arg_t... args) |
| | server (const std::string &id, decltype(listen)&&listen, const ::DWORD(&access)[2], arg_t... args) |
| | server (const std::string &id, decltype(listen)::mapped_type &&listen, arg_t... args) |
| | server (const std::string &id, decltype(listen)::mapped_type &&listen, const ::DWORD(&access)[2], arg_t... args) |
◆ server() [1/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
decltype(listen)&& | listen, |
|
|
const ::DWORD(&) | access[2], |
|
|
arg_t... | args ) |
|
inline |
◆ server() [2/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
decltype(listen)&& | listen, |
|
|
arg_t... | args ) |
|
inline |
◆ server() [3/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
const ::DWORD(&) | access[2], |
|
|
arg_t... | args ) |
|
inline |
◆ server() [4/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
arg_t... | args ) |
|
inline |
◆ server() [5/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
decltype(listen)::mapped_type && | listen, |
|
|
const ::DWORD(&) | access[2], |
|
|
arg_t... | args ) |
|
inline |
◆ server() [6/6]
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
| dx::pipe< rcv_t >::server< instance_t, arg_t >::server |
( |
const std::string & | id, |
|
|
decltype(listen)::mapped_type && | listen, |
|
|
arg_t... | args ) |
|
inline |
◆ dx_catchall_rethrow()
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ run()
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ access
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ args
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ id
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ instance
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
◆ listen
template<typename rcv_t>
template<typename instance_t = pipe, typename ... arg_t>
The documentation for this class was generated from the following file: