|
|
|
const_iterator Class ReferenceAn STL-conforming const_iterator. More...
Collaboration diagram for const_iterator:
![]()
Detailed Descriptiontemplate<class T, class Key = word, class Hash = string::hash>
An STL-conforming const_iterator.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| const_iterator | ( | const HashTable< T, Key, Hash > & | curHashTable, | |
| const hashedEntry * | elmt, | |||
| label | hashIndex | |||
| ) | [inline] |
| const_iterator | ( | const iterator & | iter | ) | [inline] |
| void operator= | ( | const const_iterator & | iter | ) | [inline] |
Definition at line 372 of file HashTableI.H.
| bool operator== | ( | const const_iterator & | iter | ) | const [inline] |
Definition at line 383 of file HashTableI.H.
| bool operator!= | ( | const const_iterator & | iter | ) | const [inline] |
Definition at line 393 of file HashTableI.H.
| bool operator== | ( | const iterator & | iter | ) | const [inline] |
Definition at line 403 of file HashTableI.H.
| bool operator!= | ( | const iterator & | iter | ) | const [inline] |
Definition at line 413 of file HashTableI.H.
| const T & operator* | ( | ) | const [inline] |
Definition at line 423 of file HashTableI.H.
| const T & operator() | ( | ) | const [inline] |
Definition at line 430 of file HashTableI.H.
| Foam::HashTable< T, Key, Hash >::const_iterator & operator++ | ( | ) | [inline] |
Definition at line 439 of file HashTableI.H.
| Foam::HashTable< T, Key, Hash >::const_iterator operator++ | ( | int | ) | [inline] |
Definition at line 463 of file HashTableI.H.
| const Key & key | ( | ) | const [inline] |
Definition at line 475 of file HashTableI.H.
friend class iterator [friend] |
Definition at line 369 of file HashTable.H.