|
Alexandria
2.16
Please provide a description of the project.
|
#include <type_traits>#include <memory>#include <boost/serialization/utility.hpp>#include "GridContainer/GridAxis.h"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.14