WTF::HashTableKeysIterator Struct Reference
#include <HashIterators.h>
Public Member Functions | |
| HashTableKeysIterator (const Iterator &impl) | |
| KeyType * | get () const |
| operator HashTableConstKeysIterator< HashTableType, KeyType, MappedType > () | |
| KeyType & | operator* () const |
| HashTableKeysIterator & | operator++ () |
| KeyType * | operator-> () const |
Public Attributes | |
| Iterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableKeysIterator::HashTableKeysIterator | ( | const Iterator & | impl | ) | [inline] |
Definition at line 126 of file HashIterators.h.
Member Function Documentation
| KeyType* WTF::HashTableKeysIterator::get | ( | ) | const [inline] |
Definition at line 128 of file HashIterators.h.
| WTF::HashTableKeysIterator::operator HashTableConstKeysIterator< HashTableType, KeyType, MappedType > | ( | ) | [inline] |
Definition at line 135 of file HashIterators.h.
| KeyType& WTF::HashTableKeysIterator::operator* | ( | ) | const [inline] |
Definition at line 129 of file HashIterators.h.
| HashTableKeysIterator& WTF::HashTableKeysIterator::operator++ | ( | ) | [inline] |
Definition at line 132 of file HashIterators.h.
| KeyType* WTF::HashTableKeysIterator::operator-> | ( | ) | const [inline] |
Definition at line 130 of file HashIterators.h.
Member Data Documentation
Definition at line 140 of file HashIterators.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference