WTF
WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > > Struct Template Reference
#include <HashIterators.h>
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >
Definition at line 59 of file HashIterators.h.
Public Types | |
typedef HashTableKeysIterator < HashTableType, KeyType, MappedType > | Keys |
typedef HashTableValuesIterator < HashTableType, KeyType, MappedType > | Values |
Public Member Functions | |
ValueType * | get () const |
HashTableIteratorAdapter (const typename HashTableType::iterator &impl) | |
Keys | keys () |
ValueType & | operator * () const |
operator HashTableConstIteratorAdapter< HashTableType, ValueType > () | |
HashTableIteratorAdapter & | operator++ () |
ValueType * | operator-> () const |
Values | values () |
Public Attributes | |
HashTableType::iterator | m_impl |
Member Typedef Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
typedef HashTableKeysIterator<HashTableType, KeyType, MappedType> WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Keys |
Definition at line 63 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
typedef HashTableValuesIterator<HashTableType, KeyType, MappedType> WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Values |
Definition at line 64 of file HashIterators.h.
Constructor & Destructor Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::HashTableIteratorAdapter | ( | const typename HashTableType::iterator & | impl | ) | [inline] |
Definition at line 66 of file HashIterators.h.
Member Function Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::get | ( | ) | const [inline] |
Definition at line 68 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
Keys WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::keys | ( | ) | [inline] |
Definition at line 80 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
ValueType& WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator * | ( | ) | const [inline] |
Definition at line 69 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator HashTableConstIteratorAdapter< HashTableType, ValueType > | ( | ) | [inline] |
Definition at line 75 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
HashTableIteratorAdapter& WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator++ | ( | ) | [inline] |
Definition at line 72 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator-> | ( | ) | const [inline] |
Definition at line 70 of file HashIterators.h.
template<typename HashTableType, typename KeyType, typename MappedType>
Values WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::values | ( | ) | [inline] |
Definition at line 81 of file HashIterators.h.
Member Data Documentation
template<typename HashTableType, typename KeyType, typename MappedType>
HashTableType::iterator WTF::HashTableIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::m_impl |
Definition at line 83 of file HashIterators.h.
The documentation for this struct was generated from the following file: