26 #ifndef DATATOOLS_PORTABLE_ARCHIVES_SUPPORT_H 27 #define DATATOOLS_PORTABLE_ARCHIVES_SUPPORT_H 33 #if Bayeux_USE_EOS_ARCHIVES == 1 35 #include <datatools/eos/portable_iarchive.hpp> 36 #include <datatools/eos/portable_oarchive.hpp> 38 typedef eos::portable_iarchive portable_iarchive;
39 typedef eos::portable_oarchive portable_oarchive;
41 #endif // Bayeux_USE_EOS_ARCHIVES == 1 44 #if Bayeux_USE_EPA_ARCHIVES == 1 51 #endif // Bayeux_USE_EPA_ARCHIVES == 1 53 #endif // DATATOOLS_PORTABLE_ARCHIVES_SUPPORT_H Provides an archive to create portable binary files.
Portable binary input archive using little endian format.
Definition: portable_iarchive.hpp:157
Provides an archive to read from portable binary files.
Portable binary output archive using little endian format.
Definition: portable_oarchive.hpp:164