xdrpp
RFC4506 XDR compiler and message library
Classes | Public Member Functions | Public Attributes | List of all members
xdr::rpc_msg Struct Reference
Collaboration diagram for xdr::rpc_msg:
Collaboration graph
[legend]

Classes

struct  _body_t
 

Public Member Functions

template<typename _xid_T , typename _body_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _xid_T>::value && std::is_constructible<_body_t, _body_T>::value >::type>
 rpc_msg (_xid_T &&_xid, _body_T &&_body)
 

Public Attributes

std::uint32_t xid {}
 
_body_t body {}
 

Detailed Description

Definition at line 977 of file rpc_msg.hh.


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