WTF
WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType > Struct Template Reference
#include <HashIterators.h>
Public Member Functions | |
HashTableConstKeysIterator (const ConstIterator &impl) | |
const KeyType * | get () const |
const KeyType & | operator* () const |
HashTableConstKeysIterator & | operator++ () |
const KeyType * | operator-> () const |
Public Attributes | |
ConstIterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >
Definition at line 32 of file HashIterators.h.
Constructor & Destructor Documentation
◆ HashTableConstKeysIterator()
template<typename HashTableType, typename KeyType, typename MappedType>
|
inline |
Definition at line 91 of file HashIterators.h.
Member Function Documentation
◆ get()
template<typename HashTableType, typename KeyType, typename MappedType>
|
inline |
Definition at line 93 of file HashIterators.h.
◆ operator*()
template<typename HashTableType, typename KeyType, typename MappedType>
|
inline |
Definition at line 94 of file HashIterators.h.
◆ operator++()
template<typename HashTableType, typename KeyType, typename MappedType>
|
inline |
Definition at line 97 of file HashIterators.h.
◆ operator->()
template<typename HashTableType, typename KeyType, typename MappedType>
|
inline |
Definition at line 95 of file HashIterators.h.
Member Data Documentation
◆ m_impl
template<typename HashTableType, typename KeyType, typename MappedType>
ConstIterator WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::m_impl |
Definition at line 100 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-2017 The KDE developers.
Generated on Wed May 10 2017 10:42:28 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Wed May 10 2017 10:42:28 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.