WTF::HashTableConstValuesIterator Struct Reference
#include <HashIterators.h>
Public Member Functions | |
| HashTableConstValuesIterator (const ConstIterator &impl) | |
| const MappedType * | get () const |
| const MappedType & | operator* () const |
| HashTableConstValuesIterator & | operator++ () |
| const MappedType * | operator-> () const |
Public Attributes | |
| ConstIterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableConstValuesIterator::HashTableConstValuesIterator | ( | const ConstIterator & | impl | ) | [inline] |
Definition at line 108 of file HashIterators.h.
Member Function Documentation
| const MappedType* WTF::HashTableConstValuesIterator::get | ( | ) | const [inline] |
Definition at line 110 of file HashIterators.h.
| const MappedType& WTF::HashTableConstValuesIterator::operator* | ( | ) | const [inline] |
Definition at line 111 of file HashIterators.h.
| HashTableConstValuesIterator& WTF::HashTableConstValuesIterator::operator++ | ( | ) | [inline] |
Definition at line 114 of file HashIterators.h.
| const MappedType* WTF::HashTableConstValuesIterator::operator-> | ( | ) | const [inline] |
Definition at line 112 of file HashIterators.h.
Member Data Documentation
Definition at line 117 of file HashIterators.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference