xdrpp
RFC4506 XDR compiler and message library
|
Public Types | |
using | _xdr_case_type = xdr::xdr_traits< msg_type >::case_type |
Public Member Functions | |
_xdr_case_type | _xdr_discriminant () const |
void | _xdr_discriminant (_xdr_case_type which, bool validate=true) |
_body_t (msg_type which=msg_type{}) | |
_body_t (const _body_t &source) | |
_body_t (_body_t &&source) | |
_body_t & | operator= (const _body_t &source) |
_body_t & | operator= (_body_t &&source) |
msg_type | mtype () const |
_body_t & | mtype (msg_type _xdr_d, bool _xdr_validate=true) |
call_body & | cbody () |
const call_body & | cbody () const |
reply_body & | rbody () |
const reply_body & | rbody () const |
Definition at line 978 of file rpc_msg.hh.