Class SBNodePredicateTrue#
ClassList > SBNodePredicateTrue
The node predicate that returns true.
#include "SBDDataGraphNodePredicate.hpp"
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
Type | Name |
---|---|
SBNodePredicateTrue () Builds the node predicate that returns true __ |
|
virtual SBNodePredicateTrue * | clone () override const Clones the predicate. |
virtual bool | operator() (SBDDataGraphNode const * node) override Returns true __ |
virtual bool | operator() (SBDDataGraphNode const * node) override const Returns true __ |
~SBNodePredicateTrue () Destructor. |
Public Functions Documentation#
function SBNodePredicateTrue#
Builds the node predicate that returns true
__
function clone#
Clones the predicate.
Implements SBCFunctor::clone
function operator()#
Returns true
__
function operator()#
Returns true
__
inline virtual bool SBNodePredicateTrue::operator() (
SBDDataGraphNode const * node
) override const
function ~SBNodePredicateTrue#
Destructor.