WTF::HashTableIteratorAdapter Struct Reference
#include <HashTable.h>
Public Member Functions | |
| HashTableIteratorAdapter (const typename HashTableType::iterator &impl) | |
| ValueType * | get () const |
| operator HashTableConstIteratorAdapter< HashTableType, ValueType > () | |
| ValueType & | operator* () const |
| HashTableIteratorAdapter & | operator++ () |
| ValueType * | operator-> () const |
Public Attributes | |
| HashTableType::iterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableIteratorAdapter::HashTableIteratorAdapter | ( | const typename HashTableType::iterator & | impl | ) | [inline] |
Definition at line 1092 of file HashTable.h.
Member Function Documentation
| ValueType* WTF::HashTableIteratorAdapter::get | ( | ) | const [inline] |
Definition at line 1094 of file HashTable.h.
| WTF::HashTableIteratorAdapter::operator HashTableConstIteratorAdapter< HashTableType, ValueType > | ( | ) | [inline] |
Definition at line 1101 of file HashTable.h.
| ValueType& WTF::HashTableIteratorAdapter::operator* | ( | ) | const [inline] |
Definition at line 1095 of file HashTable.h.
| HashTableIteratorAdapter& WTF::HashTableIteratorAdapter::operator++ | ( | ) | [inline] |
Definition at line 1098 of file HashTable.h.
| ValueType* WTF::HashTableIteratorAdapter::operator-> | ( | ) | const [inline] |
Definition at line 1096 of file HashTable.h.
Member Data Documentation
| HashTableType::iterator WTF::HashTableIteratorAdapter::m_impl |
Definition at line 1106 of file HashTable.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference