|
|
|
iterator Class ReferenceAn STL-conforming iterator. More...
Collaboration diagram for iterator:
![]()
Detailed Descriptiontemplate<class T, class Key = word, class Hash = string::hash>
An STL-conforming iterator.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| void operator= | ( | const iterator & | iter | ) | [inline] |
Definition at line 164 of file HashTableI.H.
| bool operator== | ( | const iterator & | iter | ) | const [inline] |
Definition at line 175 of file HashTableI.H.
| bool operator!= | ( | const iterator & | iter | ) | const [inline] |
Definition at line 185 of file HashTableI.H.
| bool operator== | ( | const const_iterator & | iter | ) | const [inline] |
Definition at line 195 of file HashTableI.H.
| bool operator!= | ( | const const_iterator & | iter | ) | const [inline] |
Definition at line 205 of file HashTableI.H.
| T & operator* | ( | ) | [inline] |
Definition at line 215 of file HashTableI.H.
| T & operator() | ( | ) | [inline] |
Definition at line 223 of file HashTableI.H.
| const T & operator* | ( | ) | const [inline] |
Definition at line 231 of file HashTableI.H.
| const T & operator() | ( | ) | const [inline] |
Definition at line 239 of file HashTableI.H.
| Foam::HashTable< T, Key, Hash >::iterator & operator++ | ( | ) | [inline] |
Definition at line 248 of file HashTableI.H.
| Foam::HashTable< T, Key, Hash >::iterator operator++ | ( | int | ) | [inline] |
Definition at line 282 of file HashTableI.H.
| const Key & key | ( | ) | const [inline] |
Definition at line 294 of file HashTableI.H.
friend class HashTable [friend] |
Definition at line 308 of file HashTable.H.
friend class const_iterator [friend] |
Definition at line 309 of file HashTable.H.