xdrpp
RFC4506 XDR compiler and message library
|
Public Types | |
using | _xdr_case_type = xdr::xdr_traits< reply_stat >::case_type |
Public Member Functions | |
_xdr_case_type | _xdr_discriminant () const |
void | _xdr_discriminant (_xdr_case_type which, bool validate=true) |
reply_body (reply_stat which=reply_stat{}) | |
reply_body (const reply_body &source) | |
reply_body (reply_body &&source) | |
reply_body & | operator= (const reply_body &source) |
reply_body & | operator= (reply_body &&source) |
reply_stat | stat () const |
reply_body & | stat (reply_stat _xdr_d, bool _xdr_validate=true) |
accepted_reply & | areply () |
const accepted_reply & | areply () const |
rejected_reply & | rreply () |
const rejected_reply & | rreply () const |
Definition at line 816 of file rpc_msg.hh.