QxOrm  1.4.9
C++ Object Relational Mapping library
portable_archive_exception.hpp File Reference

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

Detailed Description

Provides error handling and constants.

Author:
christian.pfligersdorffer@gmx.at

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.