Public Member Functions | |
MsgPackArray (const MsgPack::array &value) | |
MsgPackArray (MsgPack::array &&value) | |
![]() | |
virtual const MsgPack::binary & | binary_items () const |
virtual bool | bool_value () const |
virtual const MsgPack::extension & | extension_items () const |
virtual float | float32_value () const |
virtual double | float64_value () const |
virtual int16_t | int16_value () const |
virtual int32_t | int32_value () const |
virtual int64_t | int64_value () const |
virtual int8_t | int8_value () const |
virtual int32_t | int_value () const |
virtual double | number_value () const |
virtual const MsgPack::object & | object_items () const |
virtual const MsgPack & | operator[] (const std::string &key) const |
virtual const std::string & | string_value () const |
virtual MsgPack::Type | type () const =0 |
virtual uint16_t | uint16_value () const |
virtual uint32_t | uint32_value () const |
virtual uint64_t | uint64_value () const |
virtual uint8_t | uint8_value () const |
virtual | ~MsgPackValue () |
Private Member Functions | |
const MsgPack::array & | array_items () const override |
const MsgPack & | operator[] (size_t i) const override |
Additional Inherited Members | |
![]() | |
void | dump (std::ostream &os) const override |
bool | equals (const MsgPackValue *other) const override |
bool | less (const MsgPackValue *other) const override |
MsgPack::Type | type () const override |
Value (const MsgPack::array &value) | |
Value (MsgPack::array &&value) | |
![]() | |
const MsgPack::array | m_value |
Definition at line 634 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 638 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 639 of file msgpack11.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from msgpack11::MsgPackValue.
Definition at line 635 of file msgpack11.cpp.
Reimplemented from msgpack11::MsgPackValue.
Definition at line 775 of file msgpack11.cpp.