MessagePack for C++
Namespaces | Functions
parse_decl.hpp File Reference
#include "msgpack/parse_return.hpp"
Include dependency graph for parse_decl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 msgpack
 
 msgpack::detail
 

Functions

template<typename Visitor >
bool msgpack::parse (const char *data, size_t len, size_t &off, Visitor &v)
 Unpack msgpack formatted data via a visitor. More...
 
template<typename Visitor >
bool msgpack::parse (const char *data, size_t len, Visitor &v)
 Unpack msgpack formatted data via a visitor. More...
 
template<typename Visitor >
parse_return msgpack::detail::parse_imp (const char *data, size_t len, size_t &off, Visitor &v)