|
CIRCT 22.0.0git
|

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 |
| Iterator & | operator++ () |
Public Attributes | |
| StackT::iterator | stackIt |
| ScopeT::iterator | scopeIt |
Definition at line 50 of file ExpandWhens.cpp.
|
inline |
Definition at line 51 of file ExpandWhens.cpp.
|
inline |
Definition at line 59 of file ExpandWhens.cpp.
|
inline |
Definition at line 61 of file ExpandWhens.cpp.
References HashTableStack< KeyT, ValueT >::Iterator::scopeIt.
|
inline |
Definition at line 63 of file ExpandWhens.cpp.
References HashTableStack< KeyT, ValueT >::begin(), HashTableStack< KeyT, ValueT >::Iterator::scopeIt, and HashTableStack< KeyT, ValueT >::Iterator::stackIt.
|
inline |
Definition at line 55 of file ExpandWhens.cpp.
References HashTableStack< KeyT, ValueT >::Iterator::scopeIt, and HashTableStack< KeyT, ValueT >::Iterator::stackIt.
| ScopeT::iterator HashTableStack< KeyT, ValueT >::Iterator::scopeIt |
Definition at line 72 of file ExpandWhens.cpp.
Referenced by HashTableStack< KeyT, ValueT >::Iterator::operator*(), HashTableStack< KeyT, ValueT >::Iterator::operator++(), and HashTableStack< KeyT, ValueT >::Iterator::operator==().
| StackT::iterator HashTableStack< KeyT, ValueT >::Iterator::stackIt |
Definition at line 71 of file ExpandWhens.cpp.
Referenced by HashTableStack< KeyT, ValueT >::Iterator::operator++(), and HashTableStack< KeyT, ValueT >::Iterator::operator==().