|
template<class Archive > |
void | boost::serialization::load (Archive &ar, hpp::pinocchio::DevicePtr_t &d, const unsigned int version) |
|
template<class Archive > |
void | boost::serialization::load (Archive &ar, hpp::pinocchio::DeviceWkPtr_t &d, const unsigned int version) |
|
template<class Archive > |
void | boost::serialization::load (Archive &ar, hpp::pinocchio::HumanoidRobotPtr_t &d, const unsigned int version) |
|
template<class Archive > |
void | boost::serialization::load (Archive &ar, hpp::pinocchio::HumanoidRobotWkPtr_t &d, const unsigned int version) |
|
template<class Archive , typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> |
void | boost::serialization::serialize (Archive &ar, Eigen::Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &m, const unsigned int version) |
|
template<class Archive , typename Key > |
void | hpp::serialization::remove_duplicate::load_or_save_no_remove_duplicate_check (Archive &ar, const char *name, Key &key, const unsigned int version) |
|
template<class Archive , typename Key > |
void | hpp::serialization::remove_duplicate::save_impl (Archive &ar, const char *name, const Key &key, const unsigned int version) |
|
template<class Archive , typename Key , typename Compare = std::less<Key>> |
void | hpp::serialization::remove_duplicate::save_impl (Archive &ar, std::set< Key const *, ptr_less< Key, Compare >> &set, int &hitcount, const char *name, const Key &key, const unsigned int version) |
|
template<class Archive , typename Key , typename Compare = std::less<Key>> |
void | hpp::serialization::remove_duplicate::serialize (Archive &ar, std::set< Key const *, ptr_less< Key, Compare >> &set, int &hitcount, const char *name, Key &key, const unsigned int version) |
|
template<typename Archive , typename Key , typename Compare = std::less<Key>, bool is_base = std::is_base_of<archive<Key, Compare>, Archive>::value> |
void | hpp::serialization::remove_duplicate::serialize (Archive &ar, const char *name, Key &key, const unsigned int version) |
|
template<typename Archive , typename Key , typename Compare = std::less<Key>, bool is_base = std::is_base_of<archive<Key, Compare>, Archive>::value> |
void | hpp::serialization::remove_duplicate::save (Archive &ar, const char *name, const Key &key, const unsigned int version) |
|
template<typename Archive > |
void | hpp::serialization::remove_duplicate::serialize_vector (Archive &ar, const char *name, ::hpp::pinocchio::vector_t &key, const unsigned int version) |
|
template<typename Archive > |
void | hpp::serialization::remove_duplicate::save_vector (Archive &ar, const char *name, const ::hpp::pinocchio::vector_t &key, const unsigned int version) |
|