Web Analytics Made Easy - Statcounter
Skip to content

Class SBDDataGraphNode::This#

ClassList > SBDDataGraphNode > This

This node getter returns the node itself.More...

Inherits the following classes: SBDDataGraphNodeGetter

Public Functions#

Type Name
This ()
virtual This * clone () override const
virtual SBDDataGraphNode * operator() (SBDDataGraphNode const * node) override
virtual SBDDataGraphNode * operator() (SBDDataGraphNode const * node) override const
~This ()

Public Functions inherited from SBDDataGraphNodeGetter#

See SBDDataGraphNodeGetter

Type Name
SBDDataGraphNodeGetter ()
SBDDataGraphNodeGetter (const SBDDataGraphNodeGetter< Output > &)
virtual SBDDataGraphNodeGetter * clone () override const
virtual Output operator() (SBDDataGraphNode const * node) override = 0
virtual Output operator() (SBDDataGraphNode const * node) override const = 0
void operator= (const SBDDataGraphNodeGetter< Output > &)
virtual ~SBDDataGraphNodeGetter ()

Detailed Description#

This node getter returns the node itself

See also: Topology

See also: Node getters

Public Functions Documentation#

function This#

SBDDataGraphNode::This::This () 

function clone#

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

Implements SBDDataGraphNodeGetter::clone


function operator() [1/2]#

virtual SBDDataGraphNode * SBDDataGraphNode::This::operator() (
    SBDDataGraphNode const * node
) override

Implements SBDDataGraphNodeGetter::operator()


function operator() [2/2]#

virtual SBDDataGraphNode * SBDDataGraphNode::This::operator() (
    SBDDataGraphNode const * node
) override const

Implements SBDDataGraphNodeGetter::operator()


function ~This#

SBDDataGraphNode::This::~This ()