|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "GridContainer/GridAxis.h"#include <boost/serialization/utility.hpp>#include <memory>#include <type_traits>

Go to the source code of this file.
Namespaces | |
| boost | |
| boost::serialization | |
Functions | |
| template<typename Archive , typename T > | |
| void | boost::serialization::serialize (Archive &, Euclid::GridContainer::GridAxis< T > &, const unsigned int) |
| template<typename Archive , typename T > | |
| void | boost::serialization::saveType (Archive &ar, const T &t, typename std::enable_if< std::is_default_constructible< T >::value >::type *=0) |
| template<typename Archive , typename T > | |
| void | boost::serialization::saveType (Archive &ar, const T &t, typename std::enable_if<!std::is_default_constructible< T >::value >::type *=0) |
| template<typename Archive , typename T > | |
| void | boost::serialization::save_construct_data (Archive &ar, const Euclid::GridContainer::GridAxis< T > *t, const unsigned int) |
| template<typename Archive , typename T > | |
| T | boost::serialization::loadType (Archive &ar, typename std::enable_if< std::is_default_constructible< T >::value >::type *=0) |
| template<typename Archive , typename T > | |
| T | boost::serialization::loadType (Archive &ar, typename std::enable_if<!std::is_default_constructible< T >::value >::type *=0) |
| template<typename Archive , typename T > | |
| void | boost::serialization::load_construct_data (Archive &ar, Euclid::GridContainer::GridAxis< T > *t, const unsigned int) |
Definition in file GridAxis.h.
1.8.5