
Public Member Functions | |
| MsgPackBoolean (bool value) | |
Public Member Functions inherited from msgpack11::MsgPackValue | |
| virtual const MsgPack::array & | array_items () const |
| virtual const MsgPack::binary & | binary_items () 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 | bool_value () const override |
Additional Inherited Members | |
Protected Member Functions inherited from msgpack11::Value< MsgPack::BOOL, bool > | |
| 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 (bool &&value) | |
| Value (const bool &value) | |
Protected Attributes inherited from msgpack11::Value< MsgPack::BOOL, bool > | |
| const bool | m_value |
Definition at line 621 of file msgpack11.cpp.
|
inlineexplicit |
Definition at line 624 of file msgpack11.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from msgpack11::MsgPackValue.
Definition at line 622 of file msgpack11.cpp.