xdrpp
RFC4506 XDR compiler and message library
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
xdr::xdr_traits<::xdr::rejected_reply > Struct Template Reference
Inheritance diagram for xdr::xdr_traits<::xdr::rejected_reply >:
Inheritance graph
[legend]
Collaboration diagram for xdr::xdr_traits<::xdr::rejected_reply >:
Collaboration graph
[legend]

Public Types

using union_type = ::xdr::rejected_reply
 
using case_type = ::xdr::rejected_reply::_xdr_case_type
 
using discriminant_type = decltype(std::declval< union_type >().stat())
 

Static Public Member Functions

static const char * union_field_name (case_type which)
 
static const char * union_field_name (const union_type &u)
 
static std::size_t serial_size (const ::xdr::rejected_reply &obj)
 
template<typename Archive >
static void save (Archive &ar, const ::xdr::rejected_reply &obj)
 
template<typename Archive >
static void load (Archive &ar, ::xdr::rejected_reply &obj)
 

Static Public Attributes

static Constexpr const bool is_class = true
 
static Constexpr const bool is_union = true
 
static Constexpr const bool has_fixed_size = false
 
- Static Public Attributes inherited from xdr::xdr_traits_base
static Constexpr const bool valid = true
 
static Constexpr const bool xdr_defined = true
 
static Constexpr const bool is_bytes = false
 
static Constexpr const bool is_class = false
 
static Constexpr const bool is_enum = false
 
static Constexpr const bool is_container = false
 
static Constexpr const bool is_numeric = false
 
static Constexpr const bool is_struct = false
 
static Constexpr const bool is_union = false
 
static Constexpr const bool has_fixed_size = false
 

Detailed Description

template<>
struct xdr::xdr_traits<::xdr::rejected_reply >

Definition at line 769 of file rpc_msg.hh.


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