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

Go to the source code of this file.

Classes

class  NonUniformDegreeTreeNode
 
class  NonUniformDegreeTreeNodeChildIterator
 
class  NonUniformDegreeTreeIterator
 

Enumerations

enum  NonUniformDegreeTreeEnumType { NON_UNIFORM_DEGREE_TREE_ENUM_LEAVES_ONLY = ITER_STACK_ENUM_LEAVES_ONLY, NON_UNIFORM_DEGREE_TREE_ENUM_ALL_NODES = ITER_STACK_ENUM_ALL_NODES, NON_UNIFORM_DEGREE_TREE_ENUM_ALL_NON_ROOTS }
 

Enumeration Type Documentation

◆ NonUniformDegreeTreeEnumType

Enumerator
NON_UNIFORM_DEGREE_TREE_ENUM_LEAVES_ONLY 
NON_UNIFORM_DEGREE_TREE_ENUM_ALL_NODES 
NON_UNIFORM_DEGREE_TREE_ENUM_ALL_NON_ROOTS 

Definition at line 304 of file NonUniformDegreeTree.hpp.