hpp-pinocchio  6.0.0
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
hpp::serialization::remove_duplicate::archive< Key, Compare > Struct Template Reference

#include <hpp/pinocchio/serialization.hh>

Public Types

typedef Compare compare_type
 
typedef ptr_less< Key, Compare > ptr_compare_type
 

Public Member Functions

 archive ()
 

Public Attributes

std::set< Key const *, ptr_compare_typedatas
 
int hitcount
 

Member Typedef Documentation

◆ compare_type

template<typename Key , typename Compare = std::less<Key>>
typedef Compare hpp::serialization::remove_duplicate::archive< Key, Compare >::compare_type

◆ ptr_compare_type

template<typename Key , typename Compare = std::less<Key>>
typedef ptr_less<Key, Compare> hpp::serialization::remove_duplicate::archive< Key, Compare >::ptr_compare_type

Constructor & Destructor Documentation

◆ archive()

template<typename Key , typename Compare = std::less<Key>>
hpp::serialization::remove_duplicate::archive< Key, Compare >::archive ( )
inline

Member Data Documentation

◆ datas

template<typename Key , typename Compare = std::less<Key>>
std::set<Key const*, ptr_compare_type> hpp::serialization::remove_duplicate::archive< Key, Compare >::datas

◆ hitcount

template<typename Key , typename Compare = std::less<Key>>
int hpp::serialization::remove_duplicate::archive< Key, Compare >::hitcount

The documentation for this struct was generated from the following file: