h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <Predicates0D.h>
Inheritance diagram for UnaryPredicate0D:
Public Member Functions | |
UnaryPredicate0D () | |
virtual | ~UnaryPredicate0D () |
virtual string | getName () const |
virtual bool | operator() (Interface0DIterator &it) |
UnaryPredicate0D | ( | ) | [inline] |
Default constructor.
virtual ~UnaryPredicate0D | ( | ) | [inline, virtual] |
Destructor.
virtual string getName | ( | ) | const [inline, virtual] |
Returns the string of the name of the UnaryPredicate0D.
virtual bool operator() | ( | Interface0DIterator & | it | ) | [inline, virtual] |
The () operator. Must be overload by inherited classes.
it | The Interface0DIterator pointing onto the Interface0D at which we wish to evaluate the predicate. |