QxOrm  1.4.9
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::version_type 
archive_version_type
typedef
boost::archive::basic_binary_iprimitive
< portable_iarchive,
std::istream > 
portable_iprimitive
typedef
boost::archive::basic_binary_oprimitive
< portable_oarchive,
std::ostream > 
portable_oprimitive

Functions

const archive_version_type archive_version (boost::archive::ARCHIVE_VERSION())

Variables

const signed char magic_byte = 'e' | 'o' | 's'
const unsigned no_infnan = 64

Typedef Documentation

typedef boost::archive::version_type eos::archive_version_type

Definition at line 38 of file portable_archive_exception.hpp.

typedef boost::archive::basic_binary_iprimitive< portable_iarchive , std::istream > eos::portable_iprimitive

Definition at line 161 of file portable_iarchive.hpp.

typedef boost::archive::basic_binary_oprimitive< portable_oarchive , std::ostream > eos::portable_oprimitive

Definition at line 164 of file portable_oarchive.hpp.


Function Documentation

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

Variable Documentation

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

Definition at line 31 of file portable_archive_exception.hpp.

const unsigned eos::no_infnan = 64

Definition at line 34 of file portable_archive_exception.hpp.