QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
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

◆ archive_version_type

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

Definition at line 38 of file portable_archive_exception.hpp.

◆ portable_iprimitive

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

Definition at line 171 of file portable_iarchive.hpp.

◆ portable_oprimitive

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

Definition at line 174 of file portable_oarchive.hpp.

Function Documentation

◆ archive_version()

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

Variable Documentation

◆ magic_byte

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

Definition at line 31 of file portable_archive_exception.hpp.

◆ no_infnan

const unsigned eos::no_infnan = 64

Definition at line 34 of file portable_archive_exception.hpp.