Web Analytics Made Easy - Statcounter
Skip to content

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.

SBDDataGraphNode::IsOneOf::IsOneOf (
    const SBNodeIndexer & nodeIndexer
) 


function IsOneOf [2/2]#

Builds a predicate that will call the corresponding SBDDataGraphNode::isOneOf function.

SBDDataGraphNode::IsOneOf::IsOneOf (
    SBPointerIndexer< SBDDataGraphNode > * nodePointerIndexer
) 


function clone#

Clones the predicate.

virtual IsOneOf * SBDDataGraphNode::IsOneOf::clone () override const

Implements SBCFunctor::clone


function operator()#

Performs the predicate's operation and returns the result.

virtual bool SBDDataGraphNode::IsOneOf::operator() (
    SBDDataGraphNode const * node
) override


function operator()#

Performs the predicate's operation and returns the result.

virtual bool SBDDataGraphNode::IsOneOf::operator() (
    SBDDataGraphNode const * node
) override const


function ~IsOneOf#

Destructor.

SBDDataGraphNode::IsOneOf::~IsOneOf ()