ecto
|
#include <ecto/cell.hpp>
#include <ecto/registry.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/split_free.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::serialization | |
Functions | |
template<class Archive > | |
void | boost::serialization::save (Archive &ar, const boost::shared_ptr< ecto::cell > &cell_, const unsigned int file_version) |
template<class Archive > | |
void | boost::serialization::load (Archive &ar, boost::shared_ptr< ecto::cell > &cell_, const unsigned int file_version) |