#include <Containers.h>
Public Attributes | |
Key | key |
the element key More... | |
T | value |
the element value More... | |
Element * | next |
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) | |
Key sofa::helper::MultiMap_sortedList< _Key, _T >::Element::key |
the element key
Element* sofa::helper::MultiMap_sortedList< _Key, _T >::Element::next |
the next list element
T sofa::helper::MultiMap_sortedList< _Key, _T >::Element::value |
the element value
|
inline |
|
inline |
|
inline |