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

Go to the source code of this file.

Namespaces

 msgpack
 

Enumerations

enum  msgpack::parse_return {
  msgpack::PARSE_SUCCESS = 2 , msgpack::PARSE_EXTRA_BYTES = 1 , msgpack::PARSE_CONTINUE = 0 , msgpack::PARSE_PARSE_ERROR = -1 ,
  msgpack::PARSE_SUCCESS = 2 , msgpack::PARSE_EXTRA_BYTES = 1 , msgpack::PARSE_CONTINUE = 0 , msgpack::PARSE_PARSE_ERROR = -1 ,
  msgpack::PARSE_STOP_VISITOR = -2
}