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/shared_ptr.hpp>
26 namespace serialization {
27 template <
typename CondSerializationT,
typename Enabled =
void>
37 #define COND_SERIALIZABLE \
39 template <class Archive> void serialize(Archive & ar, const unsigned int version); \
40 template <typename CondSerializationT, typename Enabled> friend struct cond::serialization::access; \
41 friend class boost::serialization::access;
46 #define COND_SERIALIZABLE_MANUAL \
48 void cond_serialization_manual();
51 #define COND_SERIALIZABLE_POLYMORPHIC(T) \
52 BOOST_CLASS_EXPORT(T);
60 #define COND_TRANSIENT