Web Analytics Made Easy - Statcounter
Skip to content

Class SBDDataGraphNode::GetNextNode#

ClassList > SBDDataGraphNode > GetNextNode

This node getter returns the next node in the parent's children.More...

Inherits the following classes: SBDDataGraphNodeGetter

Public Functions#

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

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 next node in the parent's children.

See also: Topology

See also: Node getters

Public Functions Documentation#

function GetNextNode#

SBDDataGraphNode::GetNextNode::GetNextNode () 

function clone#

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

Implements SBDDataGraphNodeGetter::clone


function operator() [1/2]#

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

Implements SBDDataGraphNodeGetter::operator()


function operator() [2/2]#

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

Implements SBDDataGraphNodeGetter::operator()


function ~GetNextNode#

SBDDataGraphNode::GetNextNode::~GetNextNode ()