QxOrm 1.1.8
C++ Object Relational Mapping library
eos Namespace Reference

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 Documentation

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.


Function Documentation

const boost::archive::version_type eos::archive_version ( boost::archive::  ARCHIVE_VERSION())

Variable Documentation

const signed char eos::magic_byte = 'e' | 'o' | 's'

Definition at line 16 of file portable_archive_exception.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines