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

#include <unpack_exception.hpp>

Inheritance diagram for msgpack::parse_error:
Inheritance graph
[legend]
Collaboration diagram for msgpack::parse_error:
Collaboration graph
[legend]

Public Member Functions

 parse_error (const std::string &msg)
 
 parse_error (const char *msg)
 
- Public Member Functions inherited from msgpack::unpack_error
 unpack_error (const std::string &msg)
 
 unpack_error (const char *msg)
 

Constructor & Destructor Documentation

◆ parse_error() [1/2]

msgpack::parse_error::parse_error ( const std::string &  msg)
inlineexplicit

◆ parse_error() [2/2]

msgpack::parse_error::parse_error ( const char *  msg)
inlineexplicit

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