|
GMP 0.4.0
Generative Metaprogramming library for C++
|
#include <error.hpp>
Public Member Functions | |
| std::string | describe () const |
Public Attributes | |
| serialization_errc | code |
| std::string | message |
| std::string | path |
| std::size_t | offset |
Static Public Attributes | |
| static constexpr std::size_t | unknown_offset |
|
inline |
Definition at line 55 of file error.hpp.
References gmp::enum_values(), message, offset, path, and unknown_offset.
| serialization_errc gmp::serialization_error::code |
| std::string gmp::serialization_error::message |
Definition at line 51 of file error.hpp.
Referenced by describe().
| std::size_t gmp::serialization_error::offset |
Definition at line 53 of file error.hpp.
Referenced by describe().
| std::string gmp::serialization_error::path |
Definition at line 52 of file error.hpp.
Referenced by describe(), and gmp::prepend_serialization_path().
|
staticconstexpr |
Definition at line 49 of file error.hpp.
Referenced by describe().