WTF
WTF::HashTableIteratorAdapter< HashTableType, ValueType > Struct Template 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 |
Detailed Description
template<typename HashTableType, typename ValueType>
struct WTF::HashTableIteratorAdapter< HashTableType, ValueType >
Definition at line 1094 of file HashTable.h.
Constructor & Destructor Documentation
§ HashTableIteratorAdapter()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1095 of file HashTable.h.
Member Function Documentation
§ get()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1097 of file HashTable.h.
§ operator HashTableConstIteratorAdapter< HashTableType, ValueType >()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1104 of file HashTable.h.
§ operator*()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1098 of file HashTable.h.
§ operator++()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1101 of file HashTable.h.
§ operator->()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1099 of file HashTable.h.
Member Data Documentation
§ m_impl
template<typename HashTableType, typename ValueType>
HashTableType::iterator WTF::HashTableIteratorAdapter< HashTableType, ValueType >::m_impl |
Definition at line 1109 of file HashTable.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:26:08 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:26:08 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.