xdrpp
RFC4506 XDR compiler and message library
Public Types | Public Member Functions | Public Attributes | List of all members
xdr::reply_cb< T > Class Template Reference

Public Types

using type = T
 

Public Member Functions

template<typename CB >
 reply_cb (uint32_t xid, CB &&cb, const char *name)
 
void operator() (const type &t) const
 
void reject (accept_stat stat) const
 
void reject (auth_stat stat) const
 

Public Attributes

std::shared_ptr< impl_t > impl_
 

Detailed Description

template<typename T>
class xdr::reply_cb< T >

Definition at line 102 of file arpc.h.


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