SOFA plugin: image  master
Open source framework for multi-physics simuation
sofa::helper::MultiMap_sortedList< _Key, _T >::Element Struct Reference

#include <Containers.h>

Public Attributes

Key key
 the element key More...
 
T value
 the element value More...
 
Elementnext
 the next list element More...
 

Public Member Functions

 Element ()
 
 Element (const Key &k, Element *n=0)
 
 Element (const Key &k, const T &v, Element *n=0)
 

Attribute details

◆ key

template<class _Key , class _T >
Key sofa::helper::MultiMap_sortedList< _Key, _T >::Element::key

the element key

◆ next

template<class _Key , class _T >
Element* sofa::helper::MultiMap_sortedList< _Key, _T >::Element::next

the next list element

◆ value

template<class _Key , class _T >
T sofa::helper::MultiMap_sortedList< _Key, _T >::Element::value

the element value

Constructor details

◆ Element() [1/3]

template<class _Key , class _T >
sofa::helper::MultiMap_sortedList< _Key, _T >::Element::Element ( )
inline

◆ Element() [2/3]

template<class _Key , class _T >
sofa::helper::MultiMap_sortedList< _Key, _T >::Element::Element ( const Key k,
Element n = 0 
)
inline

◆ Element() [3/3]

template<class _Key , class _T >
sofa::helper::MultiMap_sortedList< _Key, _T >::Element::Element ( const Key k,
const T v,
Element n = 0 
)
inline