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

Public Member Functions

template<typename _r_prog_T , typename _r_vers_T , typename _r_netid_T , typename _r_addr_T , typename _r_owner_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _r_prog_T>::value && std::is_constructible<std::uint32_t, _r_vers_T>::value && std::is_constructible<xdr::xstring<>, _r_netid_T>::value && std::is_constructible<xdr::xstring<>, _r_addr_T>::value && std::is_constructible<xdr::xstring<>, _r_owner_T>::value >::type>
 rpcb (_r_prog_T &&_r_prog, _r_vers_T &&_r_vers, _r_netid_T &&_r_netid, _r_addr_T &&_r_addr, _r_owner_T &&_r_owner)
 

Public Attributes

std::uint32_t r_prog {}
 
std::uint32_t r_vers {}
 
xdr::xstring r_netid {}
 
xdr::xstring r_addr {}
 
xdr::xstring r_owner {}
 

Detailed Description

Definition at line 14 of file rpcb_prot.hh.


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