Class SBDDataGraphNode::IsOneOf#
ClassList > SBDDataGraphNode > IsOneOf
This node predicate returns true for nodes in a given node indexerMore...
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
| Type | Name |
|---|---|
| IsOneOf (const SBNodeIndexer & nodeIndexer) Builds a predicate that will call the corresponding SBDDataGraphNode::isOneOf function. |
|
| IsOneOf (SBPointerIndexer< SBDDataGraphNode > * nodePointerIndexer) Builds a predicate that will call the corresponding SBDDataGraphNode::isOneOf function. |
|
| virtual IsOneOf * | clone () override const Clones the predicate. |
| virtual bool | operator() (SBDDataGraphNode const * node) override Performs the predicate's operation and returns the result. |
| virtual bool | operator() (SBDDataGraphNode const * node) override const Performs the predicate's operation and returns the result. |
| ~IsOneOf () Destructor. |
Detailed Description#
This node predicate returns true for nodes in a given node indexer.
See also: Node predicates
Public Functions Documentation#
function IsOneOf [1/2]#
Builds a predicate that will call the corresponding SBDDataGraphNode::isOneOf function.
function IsOneOf [2/2]#
Builds a predicate that will call the corresponding SBDDataGraphNode::isOneOf function.
function clone#
Clones the predicate.
Implements SBCFunctor::clone
function operator()#
Performs the predicate's operation and returns the result.
function operator()#
Performs the predicate's operation and returns the result.
function ~IsOneOf#
Destructor.