HPCToolkit
Prof::Struct::ACodeNodeChildIterator Class Reference

#include <Struct-TreeIterator.hpp>

Inheritance diagram for Prof::Struct::ACodeNodeChildIterator:
Collaboration diagram for Prof::Struct::ACodeNodeChildIterator:

Public Member Functions

 ACodeNodeChildIterator (const ACodeNode *root)
 
ACodeNodecurrent () const
 
void Reset (void)
 
void operator++ ()
 
void operator++ (int)
 
virtual NonUniformDegreeTreeNodeCurrent () const
 
virtual void DumpAndReset (std::ostream &os=std::cerr)
 
virtual bool IsValid () const
 
void Dump ()
 

Detailed Description

Definition at line 171 of file Struct-TreeIterator.hpp.

Constructor & Destructor Documentation

◆ ACodeNodeChildIterator()

Prof::Struct::ACodeNodeChildIterator::ACodeNodeChildIterator ( const ACodeNode root)
inline

Definition at line 173 of file Struct-TreeIterator.hpp.

Member Function Documentation

◆ current()

ACodeNode* Prof::Struct::ACodeNodeChildIterator::current ( ) const
inline

Definition at line 178 of file Struct-TreeIterator.hpp.

◆ Current()

virtual NonUniformDegreeTreeNode* NonUniformDegreeTreeNodeChildIterator::Current ( ) const
inlinevirtualinherited

Reimplemented in Prof::CCT::ANodeChildIterator, and Prof::Struct::ANodeChildIterator.

Definition at line 278 of file NonUniformDegreeTree.hpp.

Here is the caller graph for this function:

◆ Dump()

void StackableIterator::Dump ( )
inherited

Definition at line 101 of file StackableIterator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DumpAndReset()

void NonUniformDegreeTreeNodeChildIterator::DumpAndReset ( std::ostream &  os = std::cerr)
virtualinherited

Definition at line 299 of file NonUniformDegreeTree.cpp.

Here is the call graph for this function:

◆ IsValid()

bool StackableIterator::IsValid ( ) const
virtualinherited

Reimplemented in IteratorStack.

Definition at line 95 of file StackableIterator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator++() [1/2]

void NonUniformDegreeTreeNodeChildIterator::operator++ ( )
inlinevirtualinherited

Implements StackableIterator.

Definition at line 257 of file NonUniformDegreeTree.hpp.

Here is the call graph for this function:

◆ operator++() [2/2]

void NonUniformDegreeTreeNodeChildIterator::operator++ ( int  )
inlineinherited

Definition at line 272 of file NonUniformDegreeTree.hpp.

◆ Reset()

void NonUniformDegreeTreeNodeChildIterator::Reset ( void  )
inlinevirtualinherited

Implements StackableIterator.

Definition at line 250 of file NonUniformDegreeTree.hpp.

Here is the call graph for this function:

The documentation for this class was generated from the following file: