#include <general-functions.hh>
Public Methods | |
MCompare (const TSizeType &rkzVALUE, const MOperation &rkmOPERATION, const MFunction &rkmFUNCTION) | |
Builds a new instance. | |
MCompare (const TSizeType &rkzVALUE, const MFunction &rkmFUNCTION) | |
Builds a new instance. | |
void | operator() (const TItem &rktITEM) |
operator TSizeType (void) const | |
Public Attributes | |
MFunction | mFunction |
Function to apply to source objects. | |
MOperation | mOperation |
Operation to apply to source objects. | |
TSizeType | zComputedValue |
Computed value. |
Definition at line 85 of file general-functions.hh.
|
Returns the computed value.
Definition at line 135 of file general-functions.hh. References mpcl::util::MCompare< TItem, TSizeType, MOperation, MFunction >::zComputedValue. |
|
Stores the result of the execution of the compare function onto rktITEM.
Definition at line 121 of file general-functions.hh. References mpcl::util::MCompare< TItem, TSizeType, MOperation, MFunction >::mFunction, mpcl::util::MCompare< TItem, TSizeType, MOperation, MFunction >::mOperation, and mpcl::util::MCompare< TItem, TSizeType, MOperation, MFunction >::zComputedValue. |