00001
00002
00003
00004
00005
00006
00007 #ifndef COH_ENTRY_AWARE_COMPARATOR_HPP
00008 #define COH_ENTRY_AWARE_COMPARATOR_HPP
00009
00010 #include "coherence/lang.ns"
00011
00012 #include "coherence/util/Comparator.hpp"
00013
00014 COH_OPEN_NAMESPACE3(coherence,util,comparator)
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 class COH_EXPORT EntryAwareComparator
00025 : public interface_spec<EntryAwareComparator,
00026 implements<Comparator> >
00027 {
00028
00029
00030 public:
00031
00032
00033
00034
00035
00036 virtual bool isKeyComparator() const = 0;
00037 };
00038
00039 COH_CLOSE_NAMESPACE3
00040
00041 #endif // COH_ENTRY_AWARE_COMPARATOR_HPP