Public Member Functions | |
Statics () | |
Public Attributes | |
const MsgPack::binary | empty_binary |
const MsgPack::extension | empty_extension |
const map< MsgPack, MsgPack > | empty_map |
const string | empty_string |
const vector< MsgPack > | empty_vector |
const std::shared_ptr< MsgPackValue > | f = make_shared<MsgPackBoolean>(false) |
const std::shared_ptr< MsgPackValue > | null = make_shared<MsgPackNull>() |
const std::shared_ptr< MsgPackValue > | t = make_shared<MsgPackBoolean>(true) |
Definition at line 672 of file msgpack11.cpp.
|
inline |
Definition at line 681 of file msgpack11.cpp.
const MsgPack::binary msgpack11::Statics::empty_binary |
Definition at line 679 of file msgpack11.cpp.
const MsgPack::extension msgpack11::Statics::empty_extension |
Definition at line 680 of file msgpack11.cpp.
Definition at line 678 of file msgpack11.cpp.
const string msgpack11::Statics::empty_string |
Definition at line 676 of file msgpack11.cpp.
Definition at line 677 of file msgpack11.cpp.
const std::shared_ptr<MsgPackValue> msgpack11::Statics::f = make_shared<MsgPackBoolean>(false) |
Definition at line 675 of file msgpack11.cpp.
const std::shared_ptr<MsgPackValue> msgpack11::Statics::null = make_shared<MsgPackNull>() |
Definition at line 673 of file msgpack11.cpp.
const std::shared_ptr<MsgPackValue> msgpack11::Statics::t = make_shared<MsgPackBoolean>(true) |
Definition at line 674 of file msgpack11.cpp.