![]() |
QxOrm
1.2.7
C++ Object Relational Mapping library
|
Classes | |
class | portable_archive_exception |
Exception being thrown when serialization cannot proceed. More... | |
class | portable_iarchive |
Portable binary input archive using little endian format. More... | |
class | portable_oarchive |
Portable binary output archive using little endian format. More... | |
Typedefs | |
typedef boost::archive::binary_iarchive_impl < portable_iarchive > | portable_iarchive_base |
typedef boost::archive::binary_oarchive_impl < portable_oarchive > | portable_oarchive_base |
Functions | |
const boost::archive::version_type | archive_version (boost::archive::ARCHIVE_VERSION()) |
Variables | |
const signed char | magic_byte = 'e' | 'o' | 's' |
typedef boost::archive::binary_iarchive_impl< portable_iarchive > eos::portable_iarchive_base |
Definition at line 124 of file portable_iarchive.hpp.
typedef boost::archive::binary_oarchive_impl< portable_oarchive > eos::portable_oarchive_base |
Definition at line 116 of file portable_oarchive.hpp.
const boost::archive::version_type eos::archive_version | ( | boost::archive:: | ARCHIVE_VERSION() | ) |
const signed char eos::magic_byte = 'e' | 'o' | 's' |
Definition at line 16 of file portable_archive_exception.hpp.