WTF
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType > Struct Template Reference
#include <HashTable.h>
Public Member Functions | |
const ValueType * | get () const |
HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl) | |
const ValueType & | operator* () const |
HashTableConstIteratorAdapter & | operator++ () |
const ValueType * | operator-> () const |
Public Attributes | |
HashTableType::const_iterator | m_impl |
Detailed Description
template<typename HashTableType, typename ValueType>
struct WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >
Definition at line 1078 of file HashTable.h.
Constructor & Destructor Documentation
template<typename HashTableType, typename ValueType>
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::HashTableConstIteratorAdapter | ( | const typename HashTableType::const_iterator & | impl | ) | [inline] |
Definition at line 1079 of file HashTable.h.
Member Function Documentation
template<typename HashTableType, typename ValueType>
const ValueType* WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::get | ( | ) | const [inline] |
Definition at line 1081 of file HashTable.h.
template<typename HashTableType, typename ValueType>
const ValueType& WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::operator* | ( | ) | const [inline] |
Definition at line 1082 of file HashTable.h.
template<typename HashTableType, typename ValueType>
HashTableConstIteratorAdapter& WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::operator++ | ( | ) | [inline] |
Definition at line 1085 of file HashTable.h.
template<typename HashTableType, typename ValueType>
const ValueType* WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::operator-> | ( | ) | const [inline] |
Definition at line 1083 of file HashTable.h.
Member Data Documentation
template<typename HashTableType, typename ValueType>
HashTableType::const_iterator WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::m_impl |
Definition at line 1088 of file HashTable.h.
The documentation for this struct was generated from the following file: