array_items() const | msgpack11::MsgPackValue | virtual |
binary_items() const | msgpack11::MsgPackValue | virtual |
bool_value() const | msgpack11::MsgPackValue | virtual |
dump(std::ostream &os) const override | msgpack11::Value< tag, T > | inlineprotectedvirtual |
equals(const MsgPackValue *other) const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
extension_items() const | msgpack11::MsgPackValue | virtual |
float32_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
float64_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
int16_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
int32_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
int64_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
int8_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
int_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
less(const MsgPackValue *other) const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
m_value | msgpack11::Value< tag, T > | protected |
number_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
NumberValue(const T &value) | msgpack11::NumberValue< tag, T > | inlineexplicitprotected |
NumberValue(T &&value) | msgpack11::NumberValue< tag, T > | inlineexplicitprotected |
object_items() const | msgpack11::MsgPackValue | virtual |
operator[](size_t i) const | msgpack11::MsgPackValue | virtual |
operator[](const std::string &key) const | msgpack11::MsgPackValue | virtual |
string_value() const | msgpack11::MsgPackValue | virtual |
type() const override | msgpack11::Value< tag, T > | inlineprotectedvirtual |
uint16_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
uint32_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
uint64_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
uint8_value() const override | msgpack11::NumberValue< tag, T > | inlineprotectedvirtual |
Value(const T &value) | msgpack11::Value< tag, T > | inlineexplicitprotected |
Value(T &&value) | msgpack11::Value< tag, T > | inlineexplicitprotected |
~MsgPackValue() | msgpack11::MsgPackValue | inlinevirtual |