![]() |
|
Public Member Functions | |
Iterator (TableRef curStaticHashTable, label hashIndex_, label elementIndex_) | |
Construct from hash table, element and hash index. | |
Iterator (const iterator &) | |
Construct from the non-const iterator. | |
void | operator= (const iterator &iter) |
bool | operator== (const iterator &iter) const |
bool | operator== (const const_iterator &iter) const |
bool | operator!= (const iterator &iter) const |
bool | operator!= (const const_iterator &iter) const |
TRef | operator * () |
TRef | operator() () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
const Key & | key () |
Friends | |
class | StaticHashTable |
class | Iterator |
|
Construct from hash table, element and hash index.
Definition at line 101 of file StaticHashTableI.H. |
|
Construct from the non-const iterator.
Definition at line 116 of file StaticHashTableI.H. |
|
Definition at line 256 of file StaticHashTableI.H. References forAll, and StaticHashTable::iterator. |
|
Definition at line 171 of file StaticHashTableI.H. |
|
Definition at line 162 of file StaticHashTableI.H. |
|
Definition at line 154 of file StaticHashTableI.H. References StaticHashTable::const_iterator, and StaticHashTable::Iterator::operator==(). |
Here is the call graph for this function:
|
Definition at line 180 of file StaticHashTableI.H. References StaticHashTable::objects_, and UList::size(). |
Here is the call graph for this function:
|
Definition at line 242 of file StaticHashTableI.H. |
|
Definition at line 198 of file StaticHashTableI.H. |
|
Definition at line 127 of file StaticHashTableI.H. References StaticHashTable::Iterator::elementIndex_, StaticHashTable::Iterator::hashIndex_, and StaticHashTable::iterator. |
|
Definition at line 145 of file StaticHashTableI.H. References StaticHashTable::iterator, and StaticHashTable::Iterator::operator==(). |
Here is the call graph for this function:
|
Definition at line 137 of file StaticHashTableI.H. References StaticHashTable::const_iterator, StaticHashTable::Iterator::elementIndex_, and StaticHashTable::Iterator::hashIndex_. Referenced by StaticHashTable::Iterator::operator!=(), and StaticHashTable::Iterator::operator==(). |
|
Definition at line 253 of file StaticHashTable.H. |
|
Definition at line 249 of file StaticHashTable.H. |