Class SBDDataGraphNode::IsErased#
ClassList > SBDDataGraphNode > IsErased
This node predicate returns true for erased nodes.More...
Inherits the following classes: SBCFunctorPredicate1< SBDDataGraphNode const * >
Public Functions#
| Type | Name |
|---|---|
| IsErased () |
|
| virtual IsErased * | clone () override const |
| virtual bool | operator() (SBDDataGraphNode const * node) override |
| virtual bool | operator() (SBDDataGraphNode const * node) override const |
| ~IsErased () |
Detailed Description#
This node predicate returns true for erased nodes.
See also: Node predicates
Public Functions Documentation#
function IsErased#
function clone#
Implements SBCFunctor::clone
function operator() [1/2]#
function operator() [2/2]#
virtual bool SBDDataGraphNode::IsErased::operator() (
SBDDataGraphNode const * node
) override const