Abstract definition of a comparator of Node. More...
#include <creaImageIOTreeComparators.h>
Public Member Functions | |
virtual | ~Comparator () |
virtual bool | operator() (Node *const &x, Node *const &y)=0 |
Abstract definition of a comparator of Node.
Definition at line 22 of file creaImageIOTreeComparators.h.
virtual creaImageIO::tree::Comparator::~Comparator | ( | ) | [inline, virtual] |
Definition at line 24 of file creaImageIOTreeComparators.h.
{}
virtual bool creaImageIO::tree::Comparator::operator() | ( | Node *const & | x, | |
Node *const & | y | |||
) | [pure virtual] |
Implemented in creaImageIO::tree::ComparatorWithOrder, and creaImageIO::tree::LexicographicalComparator.