|
Tkrzw
|
Comparator for TreeRecord objects. More...
#include <tkrzw_dbm_tree_impl.h>
Public Member Functions | |
| TreeRecordComparator (KeyComparator comp) | |
| Constructor. More... | |
| bool | operator() (const TreeRecord *const &a, const TreeRecord *const &b) const |
| Comparing operator. More... | |
Public Attributes | |
| KeyComparator | comp |
| The key comparator. More... | |
Comparator for TreeRecord objects.
|
explicit |
Constructor.
| bool tkrzw::TreeRecordComparator::operator() | ( | const TreeRecord *const & | a, |
| const TreeRecord *const & | b | ||
| ) | const |
Comparing operator.
| KeyComparator tkrzw::TreeRecordComparator::comp |
The key comparator.