#include <portable_binary_iarchive.hpp>
◆ exception_code
| Enumerator |
|---|
| incompatible_integer_size | |
Definition at line 45 of file portable_binary_iarchive.hpp.
enum boost::archive::portable_binary_iarchive_exception::exception_code m_exception_code
◆ portable_binary_iarchive_exception()
Definition at line 48 of file portable_binary_iarchive.hpp.
49 boost::archive::archive_exception(boost::archive::archive_exception::other_exception),
enum boost::archive::portable_binary_iarchive_exception::exception_code m_exception_code
◆ what()
| virtual const char* boost::archive::portable_binary_iarchive_exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
Definition at line 52 of file portable_binary_iarchive.hpp.
54 const char *msg =
"programmer error";
57 msg =
"integer cannot be represented";
60 msg = boost::archive::archive_exception::what();
enum boost::archive::portable_binary_iarchive_exception::exception_code m_exception_code
◆ m_exception_code
The documentation for this class was generated from the following file: