#include <archive_exception.hpp>
|
enum | exception_code {
no_exception,
other_exception,
unregistered_class,
invalid_signature,
unsupported_version,
pointer_conflict,
incompatible_native_format,
array_size_too_short,
input_stream_error,
invalid_class_name,
unregistered_cast,
unsupported_class_version,
multiple_code_instantiation,
output_stream_error
} |
|
Definition at line 42 of file archive_exception.hpp.
◆ exception_code
Enumerator |
---|
no_exception | |
other_exception | |
unregistered_class | |
invalid_signature | |
unsupported_version | |
pointer_conflict | |
incompatible_native_format | |
array_size_too_short | |
input_stream_error | |
invalid_class_name | |
unregistered_cast | |
unsupported_class_version | |
multiple_code_instantiation | |
output_stream_error | |
Definition at line 53 of file archive_exception.hpp.
◆ archive_exception() [1/3]
◆ archive_exception() [2/3]
◆ archive_exception() [3/3]
◆ ~archive_exception()
◆ append()
BOOST_ARCHIVE_DECL unsigned int boost::archive::archive_exception::append |
( |
unsigned int |
l, |
|
|
const char * |
a |
|
) |
| |
|
protected |
◆ what()
◆ code
◆ m_buffer
char boost::archive::archive_exception::m_buffer[128] |
|
private |
The documentation for this class was generated from the following file: