HPCToolkit
IteratorStack.hpp File Reference
#include <include/uint.h>
#include "StackableIterator.hpp"
Include dependency graph for IteratorStack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IteratorStack
 
class  SingletonIterator
 

Enumerations

enum  TraversalVisitType { PreVisit, PostVisit }
 
enum  IterStackEnumType { ITER_STACK_ENUM_LEAVES_ONLY, ITER_STACK_ENUM_ALL_NODES }
 

Enumeration Type Documentation

◆ IterStackEnumType

Enumerator
ITER_STACK_ENUM_LEAVES_ONLY 
ITER_STACK_ENUM_ALL_NODES 

Definition at line 84 of file IteratorStack.hpp.

◆ TraversalVisitType

Enumerator
PreVisit 
PostVisit 

Definition at line 82 of file IteratorStack.hpp.