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); \ 10 template void __VA_ARGS__::serialize<cond::serialization::InputArchiveXML >(cond::serialization::InputArchiveXML & ar, const unsigned int); \ 11 template void __VA_ARGS__::serialize<cond::serialization::OutputArchiveXML>(cond::serialization::OutputArchiveXML & ar, const unsigned int); 14 #define COND_SERIALIZATION_REGISTER_POLYMORPHIC(T) \ 15 BOOST_CLASS_EXPORT_IMPLEMENT(T);