CoinUtils
trunk
|
Function objects to compare search tree nodes. More...
#include <CoinSearchTree.hpp>
Public Member Functions | |
bool | operator() (const CoinTreeSiblings *x, const CoinTreeSiblings *y) const |
Static Public Member Functions | |
static const char * | name () |
Function objects to compare search tree nodes.
The comparison function must return true if the first argument is "better" than the second one, i.e., it should be processed first. Depth First Search.
Definition at line 150 of file CoinSearchTree.hpp.
static const char* CoinSearchTreeComparePreferred::name | ( | ) | [inline, static] |
Definition at line 151 of file CoinSearchTree.hpp.
bool CoinSearchTreeComparePreferred::operator() | ( | const CoinTreeSiblings * | x, |
const CoinTreeSiblings * | y | ||
) | const [inline] |
Definition at line 152 of file CoinSearchTree.hpp.