Functions
boost::serialization Namespace Reference

Functions

template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void load (Archive &ar, Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &g, const unsigned int version)
 
template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void save (Archive &ar, const Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &g, const unsigned int version)
 
void serialize (Archive &ar, AType &g, const unsigned int version)
 
void serialize (Archive &ar, CType &g, const unsigned int version)
 
void serialize (Archive &a, RTT::ConnPolicy &c, unsigned int)
 
void serialize (Archive &ar, BType &g, const unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Frame &b, unsigned int version)
 
template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void serialize (Archive &ar, Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Rotation &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Vector &g, const unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Rotation &b, unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Twist &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Wrench &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Frame &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::Jacobian &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::JntArray &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, KDL::JntArrayVel &g, const unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Twist &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Vector &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Wrench &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Chain &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Joint &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Segment &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::Jacobian &b, unsigned int version)
 
template<typename Archive >
void serialize (Archive &a,::KDL::JntArray &b, unsigned int version)
 

Function Documentation

template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void boost::serialization::load ( Archive &  ar,
Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &  g,
const unsigned int  version 
)
inline

Definition at line 53 of file kdl_mqueue.cpp.

template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void boost::serialization::save ( Archive &  ar,
const Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &  g,
const unsigned int  version 
)
inline

Definition at line 33 of file kdl_mqueue.cpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Frame b,
unsigned int  version 
)

Definition at line 53 of file Types.hpp.

template<class Archive , class S , int Rows_, int Cols_, int Ops_, int MaxRows_, int MaxCols_>
void boost::serialization::serialize ( Archive &  ar,
Eigen::Matrix< S, Rows_, Cols_, Ops_, MaxRows_, MaxCols_ > &  g,
const unsigned int  version 
)
inline

Definition at line 72 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Rotation g,
const unsigned int  version 
)
inline

Definition at line 86 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Vector g,
const unsigned int  version 
)
inline

Definition at line 93 of file kdl_mqueue.cpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Rotation b,
unsigned int  version 
)

Definition at line 94 of file Types.hpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Twist g,
const unsigned int  version 
)
inline

Definition at line 100 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Wrench g,
const unsigned int  version 
)
inline

Definition at line 108 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Frame g,
const unsigned int  version 
)
inline

Definition at line 116 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::Jacobian g,
const unsigned int  version 
)
inline

Definition at line 124 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::JntArray g,
const unsigned int  version 
)
inline

Definition at line 131 of file kdl_mqueue.cpp.

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
KDL::JntArrayVel g,
const unsigned int  version 
)
inline

Definition at line 138 of file kdl_mqueue.cpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Twist b,
unsigned int  version 
)

Definition at line 141 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Vector b,
unsigned int  version 
)

Definition at line 183 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Wrench b,
unsigned int  version 
)

Definition at line 225 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Chain b,
unsigned int  version 
)

Definition at line 265 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Joint b,
unsigned int  version 
)

Definition at line 301 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Segment b,
unsigned int  version 
)

Definition at line 337 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::Jacobian b,
unsigned int  version 
)

Definition at line 372 of file Types.hpp.

template<typename Archive >
void boost::serialization::serialize ( Archive &  a,
::KDL::JntArray b,
unsigned int  version 
)

Definition at line 408 of file Types.hpp.



kdl_typekit
Author(s): Steven Bellens, Ruben Smits
autogenerated on Wed Jul 3 2019 19:39:45