MessagePack for C++
Public Member Functions | List of all members
msgpack::unpack_error Struct Reference

#include <unpack.hpp>

Inheritance diagram for msgpack::unpack_error:
msgpack::insufficient_bytes msgpack::parse_error msgpack::size_overflow msgpack::array_size_overflow msgpack::bin_size_overflow msgpack::depth_size_overflow msgpack::ext_size_overflow msgpack::map_size_overflow msgpack::str_size_overflow

Public Member Functions

 unpack_error (const std::string &msg)
 
 unpack_error (const char *msg)
 

Constructor & Destructor Documentation

msgpack::unpack_error::unpack_error ( const std::string &  msg)
inlineexplicit
msgpack::unpack_error::unpack_error ( const char *  msg)
inlineexplicit

The documentation for this struct was generated from the following file: