WTF
WTF::HashTableIteratorAdapter< HashTableType, ValueType > Struct Template Reference
#include <HashTable.h>
Public Member Functions | |
ValueType * | get () const |
HashTableIteratorAdapter (const typename HashTableType::iterator &impl) | |
operator HashTableConstIteratorAdapter< HashTableType, ValueType > () | |
ValueType & | operator* () const |
HashTableIteratorAdapter & | operator++ () |
ValueType * | operator-> () const |
Public Attributes | |
HashTableType::iterator | m_impl |
Detailed Description
template<typename HashTableType, typename ValueType>
struct WTF::HashTableIteratorAdapter< HashTableType, ValueType >
Definition at line 1091 of file HashTable.h.
Constructor & Destructor Documentation
template<typename HashTableType , typename ValueType >
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter | ( | const typename HashTableType::iterator & | impl | ) | [inline] |
Definition at line 1092 of file HashTable.h.
Member Function Documentation
template<typename HashTableType , typename ValueType >
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::get | ( | ) | const [inline] |
Definition at line 1094 of file HashTable.h.
template<typename HashTableType , typename ValueType >
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator HashTableConstIteratorAdapter< HashTableType, ValueType > | ( | ) | [inline] |
Definition at line 1101 of file HashTable.h.
template<typename HashTableType , typename ValueType >
ValueType& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator* | ( | ) | const [inline] |
Definition at line 1095 of file HashTable.h.
template<typename HashTableType , typename ValueType >
HashTableIteratorAdapter& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator++ | ( | ) | [inline] |
Definition at line 1098 of file HashTable.h.
template<typename HashTableType , typename ValueType >
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator-> | ( | ) | const [inline] |
Definition at line 1096 of file HashTable.h.
Member Data Documentation
template<typename HashTableType , typename ValueType >
HashTableType::iterator WTF::HashTableIteratorAdapter< HashTableType, ValueType >::m_impl |
Definition at line 1106 of file HashTable.h.
The documentation for this struct was generated from the following file: