#include <Comparator.h>

Public Member Functions | |
| ProxKeyComparator (const OverlayKey &relativeKey) | |
| constructor | |
Protected Attributes | |
| Metric | m |
| indicates which metric to use for the key comparison | |
| ProxComp | pc |
| OverlayKey | key |
| the relative key to which distances are compared | |
Definition at line 303 of file Comparator.h.
| ProxKeyComparator< Metric, ProxComp >::ProxKeyComparator | ( | const OverlayKey & | relativeKey | ) | [inline] |
constructor
Definition at line 314 of file Comparator.h.
00315 { 00316 this->key = relativeKey; 00317 }
OverlayKey ProxKeyComparator< Metric, ProxComp >::key [protected] |
the relative key to which distances are compared
Definition at line 308 of file Comparator.h.
Referenced by ProxKeyComparator< KeyPrefixMetric >::ProxKeyComparator(), and ProxKeyComparator< Metric, ProxComp >::ProxKeyComparator().
Metric ProxKeyComparator< Metric, ProxComp >::m [protected] |
indicates which metric to use for the key comparison
Definition at line 306 of file Comparator.h.
Referenced by ProxKeyComparator< KeyPrefixMetric >::ProxKeyComparator().
ProxComp ProxKeyComparator< Metric, ProxComp >::pc [protected] |
Definition at line 307 of file Comparator.h.
1.5.8