|
![CMS Logo](/cmsdoxygen/common/rightImage.jpg) |
Go to the documentation of this file. 3 #if defined(__GCCXML__) 5 #define COND_SERIALIZABLE 14 #include <boost/serialization/access.hpp> 16 #include <boost/serialization/string.hpp> 17 #include <boost/serialization/vector.hpp> 18 #include <boost/serialization/list.hpp> 19 #include <boost/serialization/set.hpp> 20 #include <boost/serialization/map.hpp> 21 #include <boost/serialization/bitset.hpp> 22 #include <boost/serialization/unordered_map.hpp> 23 #include <boost/serialization/utility.hpp> 27 namespace serialization {
28 template <
typename CondSerializationT,
typename Enabled =
void>
38 #define COND_SERIALIZABLE \ 40 template <class Archive> \ 41 void serialize(Archive& ar, const unsigned int version); \ 42 template <typename CondSerializationT, typename Enabled> \ 43 friend struct cond::serialization::access; \ 44 friend class boost::serialization::access; 49 #define COND_SERIALIZABLE_MANUAL \ 51 void cond_serialization_manual(); 54 #define COND_SERIALIZABLE_POLYMORPHIC(T) BOOST_CLASS_EXPORT(T); 62 #define COND_TRANSIENT