WTF::HashTableIterator Class Reference
#include <HashTable.h>
Public Member Functions | |
| HashTableIterator () | |
| PointerType | get () const |
| bool | operator!= (const iterator &other) const |
| ReferenceType | operator* () const |
| iterator & | operator++ () |
| PointerType | operator-> () const |
| bool | operator== (const iterator &other) const |
Constructor & Destructor Documentation
| WTF::HashTableIterator::HashTableIterator | ( | ) | [inline] |
Definition at line 224 of file HashTable.h.
Member Function Documentation
| PointerType WTF::HashTableIterator::get | ( | ) | const [inline] |
Definition at line 228 of file HashTable.h.
| bool WTF::HashTableIterator::operator!= | ( | const iterator & | other | ) | const [inline] |
Definition at line 238 of file HashTable.h.
| ReferenceType WTF::HashTableIterator::operator* | ( | ) | const [inline] |
Definition at line 229 of file HashTable.h.
| iterator& WTF::HashTableIterator::operator++ | ( | ) | [inline] |
Definition at line 232 of file HashTable.h.
| PointerType WTF::HashTableIterator::operator-> | ( | ) | const [inline] |
Definition at line 230 of file HashTable.h.
| bool WTF::HashTableIterator::operator== | ( | const iterator & | other | ) | const [inline] |
Definition at line 237 of file HashTable.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference