![]() |
The Gaudi Framework
v26r3
|
The actual structure used to compare the elements Only "key" is important for comparison. More...


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... | |
| _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 167 of file VectorMap.h.
|
inline |
constructor from the key-comparison criteria
Definition at line 172 of file VectorMap.h.
|
inline |
default constructor
Definition at line 174 of file VectorMap.h.
|
inline |
constructor from the key-comparison criteria
Definition at line 172 of file VectorMap.h.
|
inline |
default constructor
Definition at line 174 of file VectorMap.h.
|
inline |
compare keys: use key_compare
Definition at line 176 of file VectorMap.h.
|
inline |
compare keys: use key_compare
Definition at line 176 of file VectorMap.h.
|
inline |
compare pairs (key,mapped): use compare by keys
Definition at line 179 of file VectorMap.h.
|
inline |
compare pairs (key,mapped): use compare by keys
Definition at line 179 of file VectorMap.h.
|
inline |
compare key and pair (key,mapped): use compare by keys
Definition at line 182 of file VectorMap.h.
|
inline |
compare key and pair (key,mapped): use compare by keys
Definition at line 182 of file VectorMap.h.
|
inline |
compare pair (key,mapped) and the key: use compare by keys
Definition at line 185 of file VectorMap.h.
|
inline |
compare pair (key,mapped) and the key: use compare by keys
Definition at line 185 of file VectorMap.h.