|
Electroneum
|
#include <portable_binary_iarchive.hpp>


Public Types | |
| enum | exception_code { incompatible_integer_size } |
Public Member Functions | |
| portable_binary_iarchive_exception (exception_code c=incompatible_integer_size) | |
| virtual const char * | what () const throw ( ) |
Public Attributes | |
| enum boost::archive::portable_binary_iarchive_exception::exception_code | m_exception_code |
Definition at line 41 of file portable_binary_iarchive.hpp.
| Enumerator | |
|---|---|
| incompatible_integer_size | |
Definition at line 45 of file portable_binary_iarchive.hpp.
|
inline |
Definition at line 48 of file portable_binary_iarchive.hpp.
|
inlinevirtual | ||||||||||||
Definition at line 52 of file portable_binary_iarchive.hpp.
| enum boost::archive::portable_binary_iarchive_exception::exception_code boost::archive::portable_binary_iarchive_exception::m_exception_code |