SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::helper::map_ptr_stable_compare< Key, Tp > Class Template Reference

#include <map_ptr_stable_compare.h>

A map container that order pointers in a stable way, i.e. in the order pointers are presented. More...

Inheritance diagram for sofa::helper::map_ptr_stable_compare< Key, Tp >:

Detailed Description

template<typename Key, typename Tp>
class sofa::helper::map_ptr_stable_compare< Key, Tp >

A map container that order pointers in a stable way, i.e. in the order pointers are presented.

Public Member Functions

 map_ptr_stable_compare ()
 Basic constructor. More...
 
 map_ptr_stable_compare (const map_ptr_stable_compare &other)
 Copy constructor. More...
 
 map_ptr_stable_compare (const_iterator first, const_iterator last)
 Constructor. More...
 

Constructor details

◆ map_ptr_stable_compare() [1/3]

template<typename Key , typename Tp >
sofa::helper::map_ptr_stable_compare< Key, Tp >::map_ptr_stable_compare ( )
inline

Basic constructor.

◆ map_ptr_stable_compare() [2/3]

template<typename Key , typename Tp >
sofa::helper::map_ptr_stable_compare< Key, Tp >::map_ptr_stable_compare ( const map_ptr_stable_compare< Key, Tp > &  other)
inline

Copy constructor.

◆ map_ptr_stable_compare() [3/3]

template<typename Key , typename Tp >
sofa::helper::map_ptr_stable_compare< Key, Tp >::map_ptr_stable_compare ( const_iterator  first,
const_iterator  last 
)
inline

Constructor.