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

Public Member Functions

template<typename _prog_T , typename _vers_T , typename _prot_T , typename _port_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, _prot_T>::value && std::is_constructible<std::uint32_t, _port_T>::value >::type>
 mapping (_prog_T &&_prog, _vers_T &&_vers, _prot_T &&_prot, _port_T &&_port)
 

Public Attributes

std::uint32_t prog {}
 
std::uint32_t vers {}
 
std::uint32_t prot {}
 
std::uint32_t port {}
 

Detailed Description

Definition at line 1237 of file rpcb_prot.hh.


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