|
MessagePack for C++
|
Go to the source code of this file.
Classes | |
| class | msgpack::packer< Stream > |
| The class template that supports continuous packing. More... | |
| struct | msgpack::adaptor::convert< T, Enabler > |
| struct | msgpack::adaptor::pack< T, Enabler > |
| struct | msgpack::adaptor::object< T, Enabler > |
| struct | msgpack::adaptor::object_with_zone< T, Enabler > |
Namespaces | |
| msgpack | |
| msgpack::adaptor | |
Functions | |
| template<typename T > | |
| msgpack::object const & | msgpack::operator>> (msgpack::object const &o, T &v) |
| template<typename Stream , typename T > | |
| msgpack::packer< Stream > & | msgpack::operator<< (msgpack::packer< Stream > &o, T const &v) |
| template<typename T > | |
| void | msgpack::operator<< (msgpack::object &o, T const &v) |
| template<typename T > | |
| void | msgpack::operator<< (msgpack::object::with_zone &o, T const &v) |
1.8.11