WTF::HashTableConstIteratorAdapter Struct Reference
#include <HashTable.h>
Public Member Functions | |
| HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl) | |
| const ValueType * | get () const |
| const ValueType & | operator* () const |
| HashTableConstIteratorAdapter & | operator++ () |
| const ValueType * | operator-> () const |
Public Attributes | |
| HashTableType::const_iterator | m_impl |
Constructor & Destructor Documentation
| WTF::HashTableConstIteratorAdapter::HashTableConstIteratorAdapter | ( | const typename HashTableType::const_iterator & | impl | ) | [inline] |
Definition at line 1079 of file HashTable.h.
Member Function Documentation
| const ValueType* WTF::HashTableConstIteratorAdapter::get | ( | ) | const [inline] |
Definition at line 1081 of file HashTable.h.
| const ValueType& WTF::HashTableConstIteratorAdapter::operator* | ( | ) | const [inline] |
Definition at line 1082 of file HashTable.h.
| HashTableConstIteratorAdapter& WTF::HashTableConstIteratorAdapter::operator++ | ( | ) | [inline] |
Definition at line 1085 of file HashTable.h.
| const ValueType* WTF::HashTableConstIteratorAdapter::operator-> | ( | ) | const [inline] |
Definition at line 1083 of file HashTable.h.
Member Data Documentation
| HashTableType::const_iterator WTF::HashTableConstIteratorAdapter::m_impl |
Definition at line 1088 of file HashTable.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference