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

Public Member Functions

template<typename _rpcvers_T , typename _prog_T , typename _vers_T , typename _proc_T , typename _cred_T , typename _verf_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _rpcvers_T>::value && std::is_constructible<std::uint32_t, _prog_T>::value && std::is_constructible<std::uint32_t, _vers_T>::value && std::is_constructible<std::uint32_t, _proc_T>::value && std::is_constructible<opaque_auth, _cred_T>::value && std::is_constructible<opaque_auth, _verf_T>::value >::type>
 call_body (_rpcvers_T &&_rpcvers, _prog_T &&_prog, _vers_T &&_vers, _proc_T &&_proc, _cred_T &&_cred, _verf_T &&_verf)
 

Public Attributes

std::uint32_t rpcvers {}
 
std::uint32_t prog {}
 
std::uint32_t vers {}
 
std::uint32_t proc {}
 
opaque_auth cred {}
 
opaque_auth verf {}
 

Detailed Description

Definition at line 310 of file rpc_msg.hh.


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