WTF
WTF::HashTableConstValuesIterator< HashTableType, KeyType, MappedType > Struct Template Reference
#include <HashIterators.h>
Public Member Functions | |
HashTableConstValuesIterator (const ConstIterator &impl) | |
const MappedType * | get () const |
const MappedType & | operator* () const |
HashTableConstValuesIterator & | operator++ () |
const MappedType * | operator-> () const |
Public Attributes | |
ConstIterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableConstValuesIterator< HashTableType, KeyType, MappedType >
struct WTF::HashTableConstValuesIterator< HashTableType, KeyType, MappedType >
Definition at line 103 of file HashIterators.h.
Constructor & Destructor Documentation
◆ HashTableConstValuesIterator()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 108 of file HashIterators.h.
Member Function Documentation
◆ get()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 110 of file HashIterators.h.
◆ operator*()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 111 of file HashIterators.h.
◆ operator++()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 114 of file HashIterators.h.
◆ operator->()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 112 of file HashIterators.h.
Member Data Documentation
◆ m_impl
template<typename HashTableType , typename KeyType , typename MappedType >
ConstIterator WTF::HashTableConstValuesIterator< HashTableType, KeyType, MappedType >::m_impl |
Definition at line 117 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.