hpp-manipulation  6.0.0
Classes for manipulation planning.
boost::serialization Namespace Reference

Functions

template<class Archive >
void serialize (Archive &ar, hpp::manipulation::graph::GraphPtr_t &g, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, hpp::manipulation::graph::EdgePtr_t &e, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, hpp::manipulation::graph::StatePtr_t &s, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, hpp::manipulation::graph::EdgeWkPtr_t &e, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, hpp::manipulation::graph::StateWkPtr_t &s, const unsigned int version)
 
template<class Archive >
void load (Archive &ar, hpp::manipulation::DevicePtr_t &d, const unsigned int version)
 
template<class Archive >
void load (Archive &ar, hpp::manipulation::DeviceWkPtr_t &d, const unsigned int version)
 

Function Documentation

◆ load() [1/2]

template<class Archive >
void boost::serialization::load ( Archive &  ar,
hpp::manipulation::DevicePtr_t d,
const unsigned int  version 
)
inline

◆ load() [2/2]

template<class Archive >
void boost::serialization::load ( Archive &  ar,
hpp::manipulation::DeviceWkPtr_t &  d,
const unsigned int  version 
)
inline

◆ serialize() [1/5]

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
hpp::manipulation::graph::EdgePtr_t e,
const unsigned int  version 
)
inline

◆ serialize() [2/5]

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
hpp::manipulation::graph::EdgeWkPtr_t &  e,
const unsigned int  version 
)
inline

◆ serialize() [3/5]

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
hpp::manipulation::graph::GraphPtr_t g,
const unsigned int  version 
)
inline

◆ serialize() [4/5]

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
hpp::manipulation::graph::StatePtr_t s,
const unsigned int  version 
)
inline

◆ serialize() [5/5]

template<class Archive >
void boost::serialization::serialize ( Archive &  ar,
hpp::manipulation::graph::StateWkPtr_t &  s,
const unsigned int  version 
)
inline