WTF
WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > > Struct Template Reference
#include <HashIterators.h>
Public Types | |
typedef HashTableConstKeysIterator< HashTableType, KeyType, MappedType > | Keys |
typedef HashTableConstValuesIterator< HashTableType, KeyType, MappedType > | Values |
Public Member Functions | |
HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl) | |
const ValueType * | get () const |
Keys | keys () |
const ValueType & | operator* () const |
HashTableConstIteratorAdapter & | operator++ () |
const ValueType * | operator-> () const |
Values | values () |
Public Attributes | |
HashTableType::const_iterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >
Definition at line 37 of file HashIterators.h.
Member Typedef Documentation
§ Keys
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Keys |
Definition at line 41 of file HashIterators.h.
§ Values
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Values |
Definition at line 42 of file HashIterators.h.
Constructor & Destructor Documentation
§ HashTableConstIteratorAdapter()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 44 of file HashIterators.h.
Member Function Documentation
§ get()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 46 of file HashIterators.h.
§ keys()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 53 of file HashIterators.h.
§ operator*()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 47 of file HashIterators.h.
§ operator++()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 50 of file HashIterators.h.
§ operator->()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 48 of file HashIterators.h.
§ values()
template<typename HashTableType , typename KeyType , typename MappedType >
|
inline |
Definition at line 54 of file HashIterators.h.
Member Data Documentation
§ m_impl
template<typename HashTableType , typename KeyType , typename MappedType >
HashTableType::const_iterator WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::m_impl |
Definition at line 56 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:43 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:43 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.