Go to the documentation of this file.
7 #define COND_SERIALIZATION_INSTANTIATE(...) \
8 template void __VA_ARGS__::serialize<cond::serialization::InputArchive>(cond::serialization::InputArchive & ar, const unsigned int); \
9 template void __VA_ARGS__::serialize<cond::serialization::OutputArchive>(cond::serialization::OutputArchive & ar, const unsigned int);
12 #define COND_SERIALIZATION_REGISTER_POLYMORPHIC(T) \
13 BOOST_CLASS_EXPORT_IMPLEMENT(T);