HPCToolkit
WordSetSortedIterator Class Reference

#include <WordSet.hpp>

Inheritance diagram for WordSetSortedIterator:
Collaboration diagram for WordSetSortedIterator:

Public Member Functions

 WordSetSortedIterator (WordSet const *theTable, EntryCompareFunctPtr const EntryCompare)
 
virtual ~WordSetSortedIterator ()
 
unsigned long * Current () const
 

Private Member Functions

void operator++ (int)
 
bool IsValid () const
 
void Reset ()
 

Private Attributes

unsigned long current
 

Detailed Description

Definition at line 129 of file WordSet.hpp.

Constructor & Destructor Documentation

◆ WordSetSortedIterator()

WordSetSortedIterator::WordSetSortedIterator ( WordSet const *  theTable,
EntryCompareFunctPtr const  EntryCompare 
)

Definition at line 270 of file WordSet.cpp.

◆ ~WordSetSortedIterator()

virtual WordSetSortedIterator::~WordSetSortedIterator ( )
inlinevirtual

Definition at line 133 of file WordSet.hpp.

Here is the call graph for this function:

Member Function Documentation

◆ Current()

unsigned long * WordSetSortedIterator::Current ( ) const

Definition at line 277 of file WordSet.cpp.

Here is the call graph for this function:

◆ IsValid()

bool HashTableSortedIterator::IsValid ( ) const
inherited

Definition at line 106 of file HashTableSortedIterator.cpp.

Here is the caller graph for this function:

◆ operator++()

void HashTableSortedIterator::operator++ ( int  )
inherited

Definition at line 100 of file HashTableSortedIterator.cpp.

◆ Reset()

void HashTableSortedIterator::Reset ( )
inherited

Definition at line 128 of file HashTableSortedIterator.cpp.

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

Member Data Documentation

◆ current

unsigned long WordSetSortedIterator::current
private

Definition at line 139 of file WordSet.hpp.


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