WTF
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType > Struct Template 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 |
Detailed Description
template<typename HashTableType, typename ValueType>
struct WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >
Definition at line 1081 of file HashTable.h.
Constructor & Destructor Documentation
§ HashTableConstIteratorAdapter()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1082 of file HashTable.h.
Member Function Documentation
§ get()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1084 of file HashTable.h.
§ operator*()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1085 of file HashTable.h.
§ operator++()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1088 of file HashTable.h.
§ operator->()
template<typename HashTableType, typename ValueType>
|
inline |
Definition at line 1086 of file HashTable.h.
Member Data Documentation
§ m_impl
template<typename HashTableType, typename ValueType>
HashTableType::const_iterator WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::m_impl |
Definition at line 1091 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-2018 The KDE developers.
Generated on Sun Jun 3 2018 13:17:43 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Jun 3 2018 13:17:43 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.