MessagePack for C++
Loading...
Searching...
No Matches
Public Attributes | List of all members
msgpack::object::union_type Union Reference

#include <object_fwd.hpp>

Collaboration diagram for msgpack::object::union_type:
Collaboration graph
[legend]

Public Attributes

bool boolean
 
uint64_t u64
 
int64_t i64
 
double f64
 
msgpack::object_array array
 
msgpack::object_map map
 
msgpack::object_str str
 
msgpack::object_bin bin
 
msgpack::object_ext ext
 

Member Data Documentation

◆ array

msgpack::object_array msgpack::object::union_type::array

◆ bin

msgpack::object_bin msgpack::object::union_type::bin

◆ boolean

bool msgpack::object::union_type::boolean

◆ ext

msgpack::object_ext msgpack::object::union_type::ext

◆ f64

double msgpack::object::union_type::f64

◆ i64

int64_t msgpack::object::union_type::i64

◆ map

msgpack::object_map msgpack::object::union_type::map

◆ str

msgpack::object_str msgpack::object::union_type::str

◆ u64

uint64_t msgpack::object::union_type::u64

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