WTF
WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > > Struct Template Reference
#include <HashIterators.h>
Public Types | |
typedef HashTableKeysIterator< HashTableType, KeyType, MappedType > | Keys |
typedef HashTableValuesIterator< HashTableType, KeyType, MappedType > | Values |
Public Member Functions | |
HashTableIteratorAdapter (const typename HashTableType::iterator &impl) | |
ValueType * | get () const |
Keys | keys () |
operator HashTableConstIteratorAdapter< HashTableType, ValueType > () | |
ValueType & | operator* () const |
HashTableIteratorAdapter & | operator++ () |
ValueType * | operator-> () const |
Values | values () |
Public Attributes | |
HashTableType::iterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >
Definition at line 59 of file HashIterators.h.
Member Typedef Documentation
§ Keys
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableKeysIterator<HashTableType, KeyType, MappedType> WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Keys |
Definition at line 63 of file HashIterators.h.
§ Values
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableValuesIterator<HashTableType, KeyType, MappedType> WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Values |
Definition at line 64 of file HashIterators.h.
Constructor & Destructor Documentation
§ HashTableIteratorAdapter()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 66 of file HashIterators.h.
Member Function Documentation
§ get()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 68 of file HashIterators.h.
§ keys()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 80 of file HashIterators.h.
§ operator HashTableConstIteratorAdapter< HashTableType, ValueType >()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 75 of file HashIterators.h.
§ operator*()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 69 of file HashIterators.h.
§ operator++()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 72 of file HashIterators.h.
§ operator->()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 70 of file HashIterators.h.
§ values()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 81 of file HashIterators.h.
Member Data Documentation
§ m_impl
template<typename HashTableType , typename KeyType , typename MappedType >
HashTableType::iterator WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::m_impl |
Definition at line 83 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-2018 The KDE developers.
Generated on Sun Jun 3 2018 13:17:44 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:44 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.