C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
Archive.h File Reference

Defines i/oarchive types depending on the DO_NOT_USE_BOOST_SERIALIZATION macro. More...

#include "core_config.h"
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
+ Include dependency graph for Archive.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cpputils
 Namespace comprising otherwise hard-to-classify generic utilities.
 

Typedefs

typedef boost::archive::binary_iarchive cpputils::iarchive
 delegated to Boost.Serialization
 
typedef boost::archive::binary_oarchive cpputils::oarchive
 delegated to Boost.Serialization More...
 

Detailed Description

Defines i/oarchive types depending on the DO_NOT_USE_BOOST_SERIALIZATION macro.

Definition in file Archive.h.