#include <VectorMap.h>
Public Member Functions | |
bool | operator() (const value_type &__x, const value_type &__y) const |
bool | operator() (const value_type &__x, const key_type &__y) const |
bool | operator() (const key_type &__x, const value_type &__y) const |
Protected Member Functions | |
value_compare (_Compare __c=_Compare()) | |
_Compare | GetCompare () const |
Protected Attributes | |
_Compare | comp |
Private Member Functions | |
bool | keyLess (const key_type &__x, const key_type &__y) const |
Friends | |
class | VectorMap< _Key, _Tp, _Compare > |
Definition at line 141 of file VectorMap.h.
|
inlineprotected |
Definition at line 146 of file VectorMap.h.
|
inlineprotected |
Definition at line 148 of file VectorMap.h.
|
inlineprivate |
Definition at line 165 of file VectorMap.h.
|
inline |
Definition at line 155 of file VectorMap.h.
|
inline |
Definition at line 158 of file VectorMap.h.
|
inline |
Definition at line 161 of file VectorMap.h.
|
friend |
Definition at line 143 of file VectorMap.h.
|
protected |
Definition at line 149 of file VectorMap.h.