Public Member Functions | |
MsgPackString (const string &value) | |
MsgPackString (string &&value) | |
![]() | |
virtual const MsgPack::array & | array_items () const |
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 MsgPack & | operator[] (size_t i) 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 string & | string_value () 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 string &value) | |
Value (string &&value) | |
![]() | |
const string | m_value |
Definition at line 627 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 630 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 631 of file msgpack11.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from msgpack11::MsgPackValue.
Definition at line 628 of file msgpack11.cpp.