#include <boost/serialization/access.hpp>
#include <boost/serialization/string.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/list.hpp>
#include <boost/serialization/set.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/bitset.hpp>
#include <boost/serialization/unordered_map.hpp>
#include <boost/serialization/utility.hpp>
Go to the source code of this file.
◆ COND_SERIALIZABLE [1/2]
#define COND_SERIALIZABLE |
Value:private: \
template <class Archive> \
template <typename CondSerializationT, typename Enabled> \
friend class boost::serialization::access;
std::pair< Binary, Binary > serialize(const T &payload)
Definition at line 39 of file Serializable.h.
◆ COND_SERIALIZABLE [2/2]
#define COND_SERIALIZABLE |
Value:private: \
template <class Archive> \
template <typename CondSerializationT, typename Enabled> \
friend class boost::serialization::access;
std::pair< Binary, Binary > serialize(const T &payload)
◆ COND_SERIALIZABLE_MANUAL [1/2]
#define COND_SERIALIZABLE_MANUAL |
Value: void cond_serialization_manual();
#define COND_SERIALIZABLE
Definition at line 50 of file Serializable.h.
◆ COND_SERIALIZABLE_MANUAL [2/2]
#define COND_SERIALIZABLE_MANUAL |
Value: void cond_serialization_manual();
#define COND_SERIALIZABLE
◆ COND_SERIALIZABLE_POLYMORPHIC [1/2]
◆ COND_SERIALIZABLE_POLYMORPHIC [2/2]
◆ COND_TRANSIENT [1/2]
◆ COND_TRANSIENT [2/2]
◆ CondFormats_Serialization_Serializable_h
#define CondFormats_Serialization_Serializable_h |