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

Public Member Functions

template<typename _maxlen_T , typename _buf_T , typename = typename std::enable_if<std::is_constructible<std::uint32_t, _maxlen_T>::value && std::is_constructible<xdr::opaque_vec<>, _buf_T>::value >::type>
 netbuf (_maxlen_T &&_maxlen, _buf_T &&_buf)
 

Public Attributes

std::uint32_t maxlen {}
 
xdr::opaque_vec buf {}
 

Detailed Description

Definition at line 585 of file rpcb_prot.hh.


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