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

Public Member Functions

template<typename _r_maddr_T , typename _r_nc_netid_T , typename _r_nc_semantics_T , typename _r_nc_protofmly_T , typename _r_nc_proto_T , typename = typename std::enable_if<std::is_constructible<xdr::xstring<>, _r_maddr_T>::value && std::is_constructible<xdr::xstring<>, _r_nc_netid_T>::value && std::is_constructible<std::uint32_t, _r_nc_semantics_T>::value && std::is_constructible<xdr::xstring<>, _r_nc_protofmly_T>::value && std::is_constructible<xdr::xstring<>, _r_nc_proto_T>::value >::type>
 rpcb_entry (_r_maddr_T &&_r_maddr, _r_nc_netid_T &&_r_nc_netid, _r_nc_semantics_T &&_r_nc_semantics, _r_nc_protofmly_T &&_r_nc_protofmly, _r_nc_proto_T &&_r_nc_proto)
 

Public Attributes

xdr::xstring r_maddr {}
 
xdr::xstring r_nc_netid {}
 
std::uint32_t r_nc_semantics {}
 
xdr::xstring r_nc_protofmly {}
 
xdr::xstring r_nc_proto {}
 

Detailed Description

Definition at line 218 of file rpcb_prot.hh.


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