Bayeux  3.4.1
Core Foundation library for SuperNEMO
Classes | Namespaces | Typedefs | Functions | Variables
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  boost::archive::portable_archive_exception
 Exception being thrown when serialization cannot proceed. More...
 

Namespaces

 boost
 Serialization stuff for CLHEP 'vector_3d'.
 
 boost::archive
 

Typedefs

typedef library_version_type boost::archive::archive_version_type
 

Functions

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

Variables

const signed char boost::archive::magic_byte = 127
 
const unsigned boost::archive::no_infnan = 64
 

Detailed Description

Provides error handling and constants.

Author
chris.nosp@m.tian.nosp@m..pfli.nosp@m.gers.nosp@m.dorff.nosp@m.er@g.nosp@m.mx.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.