WTF::HashTableConstKeysIterator Struct Reference
#include <HashIterators.h>
Public Member Functions | |
| HashTableConstKeysIterator (const ConstIterator &impl) | |
| const KeyType * | get () const |
| const KeyType & | operator* () const |
| HashTableConstKeysIterator & | operator++ () |
| const KeyType * | operator-> () const |
Public Attributes | |
| ConstIterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableConstKeysIterator::HashTableConstKeysIterator | ( | const ConstIterator & | impl | ) | [inline] |
Definition at line 91 of file HashIterators.h.
Member Function Documentation
| const KeyType* WTF::HashTableConstKeysIterator::get | ( | ) | const [inline] |
Definition at line 93 of file HashIterators.h.
| const KeyType& WTF::HashTableConstKeysIterator::operator* | ( | ) | const [inline] |
Definition at line 94 of file HashIterators.h.
| HashTableConstKeysIterator& WTF::HashTableConstKeysIterator::operator++ | ( | ) | [inline] |
Definition at line 97 of file HashIterators.h.
| const KeyType* WTF::HashTableConstKeysIterator::operator-> | ( | ) | const [inline] |
Definition at line 95 of file HashIterators.h.
Member Data Documentation
Definition at line 100 of file HashIterators.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference