|
Alexandria
2.16
Please provide a description of the project.
|
#include <typeinfo>#include <boost/serialization/string.hpp>#include <boost/serialization/split_free.hpp>#include "ElementsKernel/Exception.h"#include "AlexandriaKernel/serialization/array.h"#include "SOM/SOM.h"Go to the source code of this file.
Namespaces | |
| boost | |
| boost::serialization | |
Functions | |
| template<class Archive , std::size_t ND, typename DistFunc > | |
| void | boost::serialization::save (Archive &ar, const Euclid::SOM::SOM< ND, DistFunc > &som, const unsigned int) |
| template<class Archive , std::size_t ND, typename DistFunc > | |
| void | boost::serialization::load (Archive &ar, Euclid::SOM::SOM< ND, DistFunc > &som, const unsigned int) |
| template<class Archive , std::size_t ND, typename DistFunc > | |
| void | boost::serialization::serialize (Archive &ar, Euclid::SOM::SOM< ND, DistFunc > &som, const unsigned int version) |
| template<class Archive , std::size_t ND, typename DistFunc > | |
| void | boost::serialization::save_construct_data (Archive &ar, const Euclid::SOM::SOM< ND, DistFunc > *t, const unsigned int) |
| template<class Archive , std::size_t ND, typename DistFunc > | |
| void | boost::serialization::load_construct_data (Archive &ar, Euclid::SOM::SOM< ND, DistFunc > *t, const unsigned int) |
1.8.14