Go to the documentation of this file. 5 #ifndef HPP_FCL_SERIALIZATION_FWD_H 6 #define HPP_FCL_SERIALIZATION_FWD_H 8 #include <boost/serialization/split_free.hpp> 9 #include <boost/serialization/shared_ptr.hpp> 13 #define HPP_FCL_SERIALIZATION_SPLIT(Type) \ 14 template <class Archive> \ 15 void serialize(Archive& ar, Type& value, const unsigned int version) { \ 16 split_free(ar, value, version); \ 19 #endif // ifndef HPP_FCL_SERIALIZATION_FWD_H
hpp-fcl
Author(s):
autogenerated on Fri Jun 2 2023 02:39:01