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 ()
Builds the node getter.
virtual This * clone () override const
Clones the getter.
virtual SBDDataGraphNode * operator() (SBDDataGraphNode const * node) override
Performs the getter's operation on the node node and returns the result.
virtual SBDDataGraphNode * operator() (SBDDataGraphNode const * node) override const
Performs the getter's operation on the node node and returns the result.
~This ()
Destructor.

Public Functions inherited from SBDDataGraphNodeGetter#

See SBDDataGraphNodeGetter

Type Name
SBDDataGraphNodeGetter ()
Builds the node getter.
SBDDataGraphNodeGetter (const SBDDataGraphNodeGetter< Output > &)
Builds the node getter.
virtual SBDDataGraphNodeGetter * clone () override const
Clones the getter.
virtual Output operator() (SBDDataGraphNode const * node) override = 0
Performs the getter's operation on node node and returns the result.
virtual Output operator() (SBDDataGraphNode const * node) override const = 0
Performs the getter's operation on node node and returns the result.
void operator= (const SBDDataGraphNodeGetter< Output > &)
Assignment operator.
virtual ~SBDDataGraphNodeGetter ()
Destructor.

Detailed Description#

This node getter returns the node itself

See also: Topology

See also: Node getters

Public Functions Documentation#

function This#

Builds the node getter.

SBDDataGraphNode::This::This () 


function clone#

Clones the getter.

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

Implements SBDDataGraphNodeGetter::clone


function operator() [1/2]#

Performs the getter's operation on the node node and returns the result.

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

Implements SBDDataGraphNodeGetter::operator()


function operator() [2/2]#

Performs the getter's operation on the node node and returns the result.

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

Implements SBDDataGraphNodeGetter::operator()


function ~This#

Destructor.

SBDDataGraphNode::This::~This ()