Protected Member Functions | |
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 T &value) | |
Value (T &&value) | |
Protected Attributes | |
const T | m_value |
Additional Inherited Members | |
![]() | |
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 const std::string & | string_value () const |
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 () |
Definition at line 383 of file msgpack11.cpp.
|
inlineexplicitprotected |
Definition at line 387 of file msgpack11.cpp.
|
inlineexplicitprotected |
Definition at line 388 of file msgpack11.cpp.
|
inlineoverrideprotectedvirtual |
Implements msgpack11::MsgPackValue.
Definition at line 407 of file msgpack11.cpp.
|
inlineoverrideprotectedvirtual |
Implements msgpack11::MsgPackValue.
Reimplemented in msgpack11::NumberValue< tag, T >, msgpack11::NumberValue< MsgPack::INT8, int8_t >, msgpack11::NumberValue< MsgPack::INT16, int16_t >, msgpack11::NumberValue< MsgPack::FLOAT64, double >, msgpack11::NumberValue< MsgPack::UINT8, uint8_t >, msgpack11::NumberValue< MsgPack::INT64, int64_t >, msgpack11::NumberValue< MsgPack::INT32, int32_t >, msgpack11::NumberValue< MsgPack::UINT64, uint64_t >, msgpack11::NumberValue< MsgPack::UINT16, uint16_t >, msgpack11::NumberValue< MsgPack::FLOAT32, float >, and msgpack11::NumberValue< MsgPack::UINT32, uint32_t >.
Definition at line 396 of file msgpack11.cpp.
|
inlineoverrideprotectedvirtual |
Implements msgpack11::MsgPackValue.
Reimplemented in msgpack11::NumberValue< tag, T >, msgpack11::NumberValue< MsgPack::INT8, int8_t >, msgpack11::NumberValue< MsgPack::INT16, int16_t >, msgpack11::NumberValue< MsgPack::FLOAT64, double >, msgpack11::NumberValue< MsgPack::UINT8, uint8_t >, msgpack11::NumberValue< MsgPack::INT64, int64_t >, msgpack11::NumberValue< MsgPack::INT32, int32_t >, msgpack11::NumberValue< MsgPack::UINT64, uint64_t >, msgpack11::NumberValue< MsgPack::UINT16, uint16_t >, msgpack11::NumberValue< MsgPack::FLOAT32, float >, and msgpack11::NumberValue< MsgPack::UINT32, uint32_t >.
Definition at line 400 of file msgpack11.cpp.
|
inlineoverrideprotectedvirtual |
Implements msgpack11::MsgPackValue.
Definition at line 391 of file msgpack11.cpp.
|
protected |
Definition at line 406 of file msgpack11.cpp.