#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <ecto/util.hpp>
#include <ecto/tendril.hpp>
#include <boost/tuple/tuple.hpp>
#include <map>
#include <ecto/log.hpp>
Go to the source code of this file.
#define ECTO_INSTANTIATE_SERIALIZATION |
( |
|
T | ) |
|
Value:template void T::serialize(boost::archive::binary_oarchive&, const unsigned int); \
template void T::serialize(boost::archive::binary_iarchive&, const unsigned int);
#define ECTO_REGISTER_SERIALIZERS |
( |
|
Type | ) |
|
Value: namespace serialization{ \
template struct register_serializer<Type>; \
} \
}
Definition: parameters.hpp:11