creaImageIO_lib
creaImageIO::tree::Comparator Struct Referenceabstract

Abstract definition of a comparator of Node. More...

#include <creaImageIOTreeComparators.h>

Inheritance diagram for creaImageIO::tree::Comparator:

Public Member Functions

virtual ~Comparator ()
 
virtual bool operator() (Node *const &x, Node *const &y)=0
 

Detailed Description

Abstract definition of a comparator of Node.

Definition at line 50 of file creaImageIOTreeComparators.h.

Constructor & Destructor Documentation

virtual creaImageIO::tree::Comparator::~Comparator ( )
inlinevirtual

Definition at line 52 of file creaImageIOTreeComparators.h.

52 {}

Member Function Documentation

virtual bool creaImageIO::tree::Comparator::operator() ( Node *const &  x,
Node *const &  y 
)
pure virtual

The documentation for this struct was generated from the following file: