xdrpp
RFC4506 XDR compiler and message library
Static Public Attributes | List of all members
xdr::xdr_traits_base Struct Reference

Default xdr_traits values for actual XDR types, used as a supertype for most xdr::xdr_traits specializations. More...

#include <types.h>

Inheritance diagram for xdr::xdr_traits_base:
Inheritance graph
[legend]

Static Public Attributes

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

Default xdr_traits values for actual XDR types, used as a supertype for most xdr::xdr_traits specializations.

Definition at line 191 of file types.h.


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