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