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