Public Member Functions | |
MsgPackUint64 (uint64_t 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 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 | |
bool | equals (const MsgPackValue *other) const override |
bool | less (const MsgPackValue *other) const override |
Additional Inherited Members | |
![]() | |
bool | equals (const MsgPackValue *other) const override |
float | float32_value () const override |
double | float64_value () const override |
int16_t | int16_value () const override |
int32_t | int32_value () const override |
int64_t | int64_value () const override |
int8_t | int8_value () const override |
int32_t | int_value () const override |
bool | less (const MsgPackValue *other) const override |
double | number_value () const override |
NumberValue (const uint64_t &value) | |
NumberValue (uint64_t &&value) | |
uint16_t | uint16_value () const override |
uint32_t | uint32_value () const override |
uint64_t | uint64_value () const override |
uint8_t | uint8_value () const override |
![]() | |
void | dump (std::ostream &os) const override |
MsgPack::Type | type () const override |
Value (const uint64_t &value) | |
Value (uint64_t &&value) | |
![]() | |
const uint64_t | m_value |
Definition at line 580 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 618 of file msgpack11.cpp.
|
inlineoverrideprivatevirtual |
Implements msgpack11::MsgPackValue.
Definition at line 581 of file msgpack11.cpp.
|
inlineoverrideprivatevirtual |
Implements msgpack11::MsgPackValue.
Definition at line 599 of file msgpack11.cpp.