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

Public Member Functions

template<typename _info_T , typename _setinfo_T , typename _unsetinfo_T , typename _addrinfo_T , typename _rmtinfo_T , typename = typename std::enable_if<std::is_constructible<rpcbs_proc, _info_T>::value && std::is_constructible<std::int32_t, _setinfo_T>::value && std::is_constructible<std::int32_t, _unsetinfo_T>::value && std::is_constructible<rpcbs_addrlist_ptr, _addrinfo_T>::value && std::is_constructible<rpcbs_rmtcalllist_ptr, _rmtinfo_T>::value >::type>
 rpcb_stat (_info_T &&_info, _setinfo_T &&_setinfo, _unsetinfo_T &&_unsetinfo, _addrinfo_T &&_addrinfo, _rmtinfo_T &&_rmtinfo)
 

Public Attributes

rpcbs_proc info {}
 
std::int32_t setinfo {}
 
std::int32_t unsetinfo {}
 
rpcbs_addrlist_ptr addrinfo {}
 
rpcbs_rmtcalllist_ptr rmtinfo {}
 

Detailed Description

Definition at line 515 of file rpcb_prot.hh.


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