|
| 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) |
| |