Bayeux  3.4.1
Core Foundation library for SuperNEMO
Classes | Typedefs | Functions | Variables
boost::archive 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 library_version_type archive_version_type
 
typedef basic_binary_iprimitive< portable_iarchive, std::istream::char_type, std::istream::traits_type > portable_iprimitive
 
typedef detail::polymorphic_iarchive_route< portable_iarchivepolymorphic_portable_iarchive
 
typedef basic_binary_oprimitive< portable_oarchive, std::ostream::char_type, std::ostream::traits_type > portable_oprimitive
 
typedef detail::polymorphic_oarchive_route< portable_oarchivepolymorphic_portable_oarchive
 

Functions

const archive_version_type archive_version (BOOST_ARCHIVE_VERSION())
 

Variables

const signed char magic_byte = 127
 
const unsigned no_infnan = 64
 

Typedef Documentation

◆ archive_version_type

typedef library_version_type boost::archive::archive_version_type

◆ polymorphic_portable_iarchive

typedef detail::polymorphic_iarchive_route<portable_iarchive> boost::archive::polymorphic_portable_iarchive

◆ polymorphic_portable_oarchive

typedef detail::polymorphic_oarchive_route<portable_oarchive> boost::archive::polymorphic_portable_oarchive

◆ portable_iprimitive

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

◆ portable_oprimitive

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

Function Documentation

◆ archive_version()

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

Variable Documentation

◆ magic_byte

const signed char boost::archive::magic_byte = 127

◆ no_infnan

const unsigned boost::archive::no_infnan = 64