EDoc::SortFunction Class Reference


Detailed Description

A wrapper around a Function* used to allow sorting of function pointers in std::map.

Definition at line 55 of file Dictionary.cpp.

Public Member Functions

 SortFunction ()
 Constructor.
bool operator< (const SortFunction &right) const
 Operator< for use in std::map sorting.

Data Fields

Functionfunction
 The function reference that is to be used for sorting.


Constructor & Destructor Documentation

EDoc::SortFunction::SortFunction (  )  [inline]

Constructor.

Definition at line 61 of file Dictionary.cpp.


Member Function Documentation

bool EDoc::SortFunction::operator< ( const SortFunction right  )  const [inline]

Operator< for use in std::map sorting.

Definition at line 73 of file Dictionary.cpp.

References function, and EDoc::Function::total_calls.


Field Documentation

Function* EDoc::SortFunction::function

The function reference that is to be used for sorting.

Definition at line 68 of file Dictionary.cpp.

Referenced by operator<().


The documentation for this class was generated from the following file:
Generated on Sun Aug 12 10:00:23 2007 for EDoc-0.1.0 by  doxygen 1.5.1