WTF::HashTableConstIterator Class Reference
#include <HashTable.h>
Inheritance diagram for WTF::HashTableConstIterator:

Public Member Functions | |
| HashTableConstIterator () | |
| PointerType | get () const |
| bool | operator!= (const const_iterator &other) const |
| ReferenceType | operator* () const |
| const_iterator & | operator++ () |
| PointerType | operator-> () const |
| bool | operator== (const const_iterator &other) const |
Constructor & Destructor Documentation
| WTF::HashTableConstIterator::HashTableConstIterator | ( | ) | [inline] |
Definition at line 115 of file HashTable.h.
Member Function Documentation
| PointerType WTF::HashTableConstIterator::get | ( | ) | const [inline] |
Definition at line 146 of file HashTable.h.
| bool WTF::HashTableConstIterator::operator!= | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 171 of file HashTable.h.
| ReferenceType WTF::HashTableConstIterator::operator* | ( | ) | const [inline] |
Definition at line 151 of file HashTable.h.
| const_iterator& WTF::HashTableConstIterator::operator++ | ( | ) | [inline] |
Definition at line 154 of file HashTable.h.
| PointerType WTF::HashTableConstIterator::operator-> | ( | ) | const [inline] |
Definition at line 152 of file HashTable.h.
| bool WTF::HashTableConstIterator::operator== | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 166 of file HashTable.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference