xdrpp
RFC4506 XDR compiler and message library
|
Synchronous file descriptor demultiplexer. More...
#include <srpc.h>
Public Member Functions | |
synchronous_client_base (sock_t s) | |
synchronous_client_base (const synchronous_client_base &c) | |
template<typename P , typename... A> | |
std::conditional< std::is_void< typename P::res_type >::value, void, std::unique_ptr< typename P::res_type > >::type | invoke (const A &...a) |
synchronous_client_base * | operator-> () |