![]() |
The Gaudi Framework
v36r6 (b1ee9983)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/VectorMap.h>


Public Member Functions | |
| _compare_type (const key_compare &cmp) | |
| constructor from the key-comparison criteria More... | |
| _compare_type () | |
| default constructor More... | |
| bool | operator() (const key_type &k1, const key_type &k2) const |
| compare keys: use key_compare More... | |
| bool | operator() (const value_type &v1, const value_type &v2) const |
| compare pairs (key,mapped): use compare by keys More... | |
| bool | operator() (const key_type &k, const value_type &v) const |
| compare key and pair (key,mapped): use compare by keys More... | |
| bool | operator() (const value_type &v, const key_type &k) const |
| compare pair (key,mapped) and the key: use compare by keys More... | |
The actual structure used to compare the elements Only "key" is important for comparison
Definition at line 168 of file VectorMap.h.
|
inline |
|
inline |
|
inline |
|
inline |
compare keys: use key_compare
Definition at line 176 of file VectorMap.h.
|
inline |
compare pair (key,mapped) and the key: use compare by keys
Definition at line 184 of file VectorMap.h.
|
inline |