WTF
WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType > Struct Template Reference
#include <HashIterators.h>
Public Member Functions | |
KeyType * | get () const |
HashTableKeysIterator (const Iterator &impl) | |
operator HashTableConstKeysIterator< HashTableType, KeyType, MappedType > () | |
KeyType & | operator* () const |
HashTableKeysIterator & | operator++ () |
KeyType * | operator-> () const |
Public Attributes | |
Iterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >
Definition at line 120 of file HashIterators.h.
Constructor & Destructor Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::HashTableKeysIterator | ( | const Iterator & | impl | ) | [inline] |
Definition at line 126 of file HashIterators.h.
Member Function Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
KeyType* WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::get | ( | ) | const [inline] |
Definition at line 128 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::operator HashTableConstKeysIterator< HashTableType, KeyType, MappedType > | ( | ) | [inline] |
Definition at line 135 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
KeyType& WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::operator* | ( | ) | const [inline] |
Definition at line 129 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
HashTableKeysIterator& WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::operator++ | ( | ) | [inline] |
Definition at line 132 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
KeyType* WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::operator-> | ( | ) | const [inline] |
Definition at line 130 of file HashIterators.h.
Member Data Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
Iterator WTF::HashTableKeysIterator< HashTableType, KeyType, MappedType >::m_impl |
Definition at line 140 of file HashIterators.h.
The documentation for this struct was generated from the following file: