QxOrm
1.5.0
C++ Object Relational Mapping library
|
Provides error handling and constants. More...
#include <boost/lexical_cast.hpp>
#include <boost/archive/basic_archive.hpp>
#include <boost/archive/archive_exception.hpp>
Go to the source code of this file.
Classes | |
class | eos::portable_archive_exception |
Exception being thrown when serialization cannot proceed. More... | |
Namespaces | |
namespace | eos |
Typedefs | |
typedef boost::archive::version_type | eos::archive_version_type |
Functions | |
const archive_version_type | eos::archive_version (boost::archive::ARCHIVE_VERSION()) |
Variables | |
const signed char | eos::magic_byte = 'e' | 'o' | 's' |
const unsigned | eos::no_infnan = 64 |
Provides error handling and constants.
Portable archive exceptions derive from the boost archive exceptions and add failure causes specific to the portable binary usecase.
Additionally this header serves as common include for important constants or typedefs.
Definition in file portable_archive_exception.hpp.