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 >
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.