Public Member Functions

creaImageIO::tree::Comparator Struct Reference
[Attributed tree management]

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

#include <creaImageIOTreeComparators.h>

Inheritance diagram for creaImageIO::tree::Comparator:
Inheritance graph
[legend]

List of all members.

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 22 of file creaImageIOTreeComparators.h.


Constructor & Destructor Documentation

virtual creaImageIO::tree::Comparator::~Comparator (  )  [inline, virtual]

Definition at line 24 of file creaImageIOTreeComparators.h.

{}


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: