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

Public Member Functions

template<typename _prog_T , typename _vers_T , typename _proc_T , typename _args_T , typename = typename std::enable_if<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<xdr::opaque_vec<>, _args_T>::value >::type>
 call_args (_prog_T &&_prog, _vers_T &&_vers, _proc_T &&_proc, _args_T &&_args)
 

Public Attributes

std::uint32_t prog {}
 
std::uint32_t vers {}
 
std::uint32_t proc {}
 
xdr::opaque_vec args {}
 

Detailed Description

Definition at line 1335 of file rpcb_prot.hh.


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