HPCToolkit
Prof::CCT::ANodeChildIterator Class Reference

#include <CCT-TreeIterator.hpp>

Inheritance diagram for Prof::CCT::ANodeChildIterator:
Collaboration diagram for Prof::CCT::ANodeChildIterator:

Public Member Functions

 ANodeChildIterator (const ANode *root, const ANodeFilter *filter=NULL)
 
ANodecurrent () const
 
virtual NonUniformDegreeTreeNodeCurrent () const
 
void Reset (void)
 
void operator++ ()
 
void operator++ (int)
 
virtual void DumpAndReset (std::ostream &os=std::cerr)
 
virtual bool IsValid () const
 
void Dump ()
 

Private Attributes

const ANodeFilterm_filter
 

Detailed Description

Definition at line 136 of file CCT-TreeIterator.hpp.

Constructor & Destructor Documentation

◆ ANodeChildIterator()

Prof::CCT::ANodeChildIterator::ANodeChildIterator ( const ANode root,
const ANodeFilter filter = NULL 
)
inline

Definition at line 141 of file CCT-TreeIterator.hpp.

Member Function Documentation

◆ current()

ANode* Prof::CCT::ANodeChildIterator::current ( ) const
inline

Definition at line 148 of file CCT-TreeIterator.hpp.

Here is the caller graph for this function:

◆ Current()

virtual NonUniformDegreeTreeNode* Prof::CCT::ANodeChildIterator::Current ( ) const
inlinevirtual

Reimplemented from NonUniformDegreeTreeNodeChildIterator.

Definition at line 153 of file CCT-TreeIterator.hpp.

Here is the call graph for this function:
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:

Member Data Documentation

◆ m_filter

const ANodeFilter* Prof::CCT::ANodeChildIterator::m_filter
private

Definition at line 167 of file CCT-TreeIterator.hpp.


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