xdrpp
RFC4506 XDR compiler and message library
|
Classes | |
struct | _mismatch_info_t |
Public Types | |
using | _xdr_case_type = xdr::xdr_traits< accept_stat >::case_type |
Public Member Functions | |
_xdr_case_type | _xdr_discriminant () const |
void | _xdr_discriminant (_xdr_case_type which, bool validate=true) |
_reply_data_t (accept_stat which=accept_stat{}) | |
_reply_data_t (const _reply_data_t &source) | |
_reply_data_t (_reply_data_t &&source) | |
_reply_data_t & | operator= (const _reply_data_t &source) |
_reply_data_t & | operator= (_reply_data_t &&source) |
accept_stat | stat () const |
_reply_data_t & | stat (accept_stat _xdr_d, bool _xdr_validate=true) |
xdr::opaque_array< 0 > & | results () |
const xdr::opaque_array< 0 > & | results () const |
_mismatch_info_t & | mismatch_info () |
const _mismatch_info_t & | mismatch_info () const |
Definition at line 389 of file rpc_msg.hh.