WTF::HashTableValuesIterator Struct Reference
#include <HashIterators.h>
Public Member Functions | |
| HashTableValuesIterator (const Iterator &impl) | |
| MappedType * | get () const |
| operator HashTableConstValuesIterator< HashTableType, KeyType, MappedType > () | |
| MappedType & | operator* () const |
| HashTableValuesIterator & | operator++ () |
| MappedType * | operator-> () const |
Public Attributes | |
| Iterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableValuesIterator::HashTableValuesIterator | ( | const Iterator & | impl | ) | [inline] |
Definition at line 149 of file HashIterators.h.
Member Function Documentation
| MappedType* WTF::HashTableValuesIterator::get | ( | ) | const [inline] |
Definition at line 151 of file HashIterators.h.
| WTF::HashTableValuesIterator::operator HashTableConstValuesIterator< HashTableType, KeyType, MappedType > | ( | ) | [inline] |
Definition at line 158 of file HashIterators.h.
| MappedType& WTF::HashTableValuesIterator::operator* | ( | ) | const [inline] |
Definition at line 152 of file HashIterators.h.
| HashTableValuesIterator& WTF::HashTableValuesIterator::operator++ | ( | ) | [inline] |
Definition at line 155 of file HashIterators.h.
| MappedType* WTF::HashTableValuesIterator::operator-> | ( | ) | const [inline] |
Definition at line 153 of file HashIterators.h.
Member Data Documentation
Definition at line 163 of file HashIterators.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference