Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Functions
GridAxis.h File Reference
#include "GridContainer/GridAxis.h"
#include <boost/serialization/utility.hpp>
#include <memory>
#include <type_traits>
Include dependency graph for GridAxis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  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 >
boost::serialization::loadType (Archive &ar, typename std::enable_if< std::is_default_constructible< T >::value >::type *=0)
 
template<typename Archive , typename 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)
 

Detailed Description

Date
May 16, 2014
Author
Nikolaos Apostolakos

Definition in file GridAxis.h.