|
cgma
|
#include <DynamicTreeIterator.hpp>
Public Member Functions | |
| TreeSelectFind (Y *y) | |
| bool | operator() (const typename TreeType::value_type &comp) const |
Public Attributes | |
| Y * | mToFind |
Definition at line 40 of file DynamicTreeIterator.hpp.
| TreeSelectFind< TreeType, Y, Which >::TreeSelectFind | ( | Y * | y | ) | [inline] |
Definition at line 44 of file DynamicTreeIterator.hpp.
: mToFind(y) {}
| bool TreeSelectFind< TreeType, Y, Which >::operator() | ( | const typename TreeType::value_type & | comp | ) | const [inline] |
Definition at line 45 of file DynamicTreeIterator.hpp.
{
return mToFind == Which()(comp);
}
| Y* TreeSelectFind< TreeType, Y, Which >::mToFind |
Definition at line 43 of file DynamicTreeIterator.hpp.