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