#include <coherence/util/comparator/EntryAwareComparator.hpp>
Inherits Comparator.
Inherited by ChainedComparator [virtual], and SafeComparator [virtual].
Public Types |
|
| typedef spec::Handle | Handle |
| EntryAwareComparator Handle definition. |
|
| typedef spec::View | View |
| EntryAwareComparator View definition. |
|
| typedef spec::Holder | Holder |
| EntryAwareComparator Holder definition. |
|
Public Member Functions |
|
| virtual bool | isKeyComparator () const =0 |
| Specifies whether this comparator expects to compare keys or values. |
|
| virtual bool isKeyComparator | ( | ) | const [pure virtual] |
Specifies whether this comparator expects to compare keys or values.
Implemented in ChainedComparator, and SafeComparator.