Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Classes | |
struct | tracking_level< ::datatools::handle< T > > |
Struct used internally by the serialization mechanism of handles for memory tracking. More... | |
Functions | |
template<class Archive > | |
void | save (Archive &a_ar, const geomtools::vector_3d &v_, const unsigned int a_version) |
template<class Archive > | |
void | load (Archive &a_ar, geomtools::vector_3d &v_, const unsigned int a_version) |
template<class Archive > | |
void | serialize (Archive &a_ar, geomtools::vector_3d &v_, const unsigned int a_version) |
template<class Archive > | |
void | save (Archive &a_ar, const geomtools::vector_2d &v_, const unsigned int a_version) |
Boost serialization save method for vector 2D objects. More... | |
template<class Archive > | |
void | load (Archive &a_ar, geomtools::vector_2d &v_, const unsigned int a_version) |
Boost serialization load method for vector 2D objects. More... | |
template<class Archive > | |
void | serialize (Archive &a_ar, geomtools::vector_2d &v_, const unsigned int a_version) |
Boost serialization general method for vector 2D objects. More... | |
template<class Archive > | |
void | save (Archive &a_ar, const geomtools::rotation_3d &r_, const unsigned int a_version) |
Boost serialization save method for vector 3D objects. More... | |
template<class Archive > | |
void | load (Archive &a_ar, geomtools::rotation_3d &a_rotation, const unsigned int a_version) |
Boost serialization load method for vector 3D objects. More... | |
template<class Archive > | |
void | serialize (Archive &a_ar, geomtools::rotation_3d &a_rotation, const unsigned int a_version) |
Boost serialization general method for vector 3D objects. More... | |
void boost::serialization::load | ( | Archive & | a_ar, |
geomtools::vector_3d & | v_, | ||
const unsigned int | a_version | ||
) |
void boost::serialization::load | ( | Archive & | a_ar, |
geomtools::vector_2d & | v_, | ||
const unsigned int | a_version | ||
) |
Boost serialization load method for vector 2D objects.
void boost::serialization::load | ( | Archive & | a_ar, |
geomtools::rotation_3d & | a_rotation, | ||
const unsigned int | a_version | ||
) |
Boost serialization load method for vector 3D objects.
void boost::serialization::save | ( | Archive & | a_ar, |
const geomtools::vector_3d & | v_, | ||
const unsigned int | a_version | ||
) |
void boost::serialization::save | ( | Archive & | a_ar, |
const geomtools::vector_2d & | v_, | ||
const unsigned int | a_version | ||
) |
Boost serialization save method for vector 2D objects.
void boost::serialization::save | ( | Archive & | a_ar, |
const geomtools::rotation_3d & | r_, | ||
const unsigned int | a_version | ||
) |
Boost serialization save method for vector 3D objects.
void boost::serialization::serialize | ( | Archive & | a_ar, |
geomtools::vector_3d & | v_, | ||
const unsigned int | a_version | ||
) |
void boost::serialization::serialize | ( | Archive & | a_ar, |
geomtools::vector_2d & | v_, | ||
const unsigned int | a_version | ||
) |
Boost serialization general method for vector 2D objects.
void boost::serialization::serialize | ( | Archive & | a_ar, |
geomtools::rotation_3d & | a_rotation, | ||
const unsigned int | a_version | ||
) |
Boost serialization general method for vector 3D objects.