WTF
WTF::HashTableValuesIterator< HashTableType, KeyType, MappedType > Struct Template Reference
#include <HashIterators.h>
Public Member Functions | |
HashTableValuesIterator (const Iterator &impl) | |
MappedType * | get () const |
operator HashTableConstValuesIterator< HashTableType, KeyType, MappedType > () | |
MappedType & | operator* () const |
HashTableValuesIterator & | operator++ () |
MappedType * | operator-> () const |
Public Attributes | |
Iterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableValuesIterator< HashTableType, KeyType, MappedType >
struct WTF::HashTableValuesIterator< HashTableType, KeyType, MappedType >
Definition at line 143 of file HashIterators.h.
Constructor & Destructor Documentation
◆ HashTableValuesIterator()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 149 of file HashIterators.h.
Member Function Documentation
◆ get()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 151 of file HashIterators.h.
◆ operator HashTableConstValuesIterator< HashTableType, KeyType, MappedType >()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 158 of file HashIterators.h.
◆ operator*()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 152 of file HashIterators.h.
◆ operator++()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 155 of file HashIterators.h.
◆ operator->()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 153 of file HashIterators.h.
Member Data Documentation
◆ m_impl
template<typename HashTableType , typename KeyType , typename MappedType >
Iterator WTF::HashTableValuesIterator< HashTableType, KeyType, MappedType >::m_impl |
Definition at line 163 of file HashIterators.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.