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