CIRCT  19.0.0git
Public Member Functions | Public Attributes | List of all members
HashTableStack< KeyT, ValueT >::Iterator Struct Reference
Collaboration diagram for HashTableStack< KeyT, ValueT >::Iterator:
Collaboration graph
[legend]

Public Member Functions

 Iterator (typename StackT::iterator stackIt, typename ScopeT::iterator scopeIt)
 
bool operator== (const Iterator &rhs) const
 
bool operator!= (const Iterator &rhs) const
 
std::pair< KeyT, ValueT > & operator* () const
 
Iteratoroperator++ ()
 

Public Attributes

StackT::iterator stackIt
 
ScopeT::iterator scopeIt
 

Detailed Description

template<typename KeyT, typename ValueT>
struct HashTableStack< KeyT, ValueT >::Iterator

Definition at line 43 of file ExpandWhens.cpp.

Constructor & Destructor Documentation

◆ Iterator()

template<typename KeyT , typename ValueT >
HashTableStack< KeyT, ValueT >::Iterator::Iterator ( typename StackT::iterator  stackIt,
typename ScopeT::iterator  scopeIt 
)
inline

Definition at line 44 of file ExpandWhens.cpp.

Member Function Documentation

◆ operator!=()

template<typename KeyT , typename ValueT >
bool HashTableStack< KeyT, ValueT >::Iterator::operator!= ( const Iterator rhs) const
inline

Definition at line 52 of file ExpandWhens.cpp.

◆ operator*()

template<typename KeyT , typename ValueT >
std::pair<KeyT, ValueT>& HashTableStack< KeyT, ValueT >::Iterator::operator* ( ) const
inline

Definition at line 54 of file ExpandWhens.cpp.

◆ operator++()

template<typename KeyT , typename ValueT >
Iterator& HashTableStack< KeyT, ValueT >::Iterator::operator++ ( )
inline

Definition at line 56 of file ExpandWhens.cpp.

◆ operator==()

template<typename KeyT , typename ValueT >
bool HashTableStack< KeyT, ValueT >::Iterator::operator== ( const Iterator rhs) const
inline

Member Data Documentation

◆ scopeIt

template<typename KeyT , typename ValueT >
ScopeT::iterator HashTableStack< KeyT, ValueT >::Iterator::scopeIt

◆ stackIt

template<typename KeyT , typename ValueT >
StackT::iterator HashTableStack< KeyT, ValueT >::Iterator::stackIt

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