WTF
WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > > Struct Template Reference
#include <HashIterators.h>
Public Types | |
typedef HashTableConstKeysIterator < HashTableType, KeyType, MappedType > | Keys |
typedef HashTableConstValuesIterator < HashTableType, KeyType, MappedType > | Values |
Public Member Functions | |
const ValueType * | get () const |
HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl) | |
Keys | keys () |
const ValueType & | operator* () const |
HashTableConstIteratorAdapter & | operator++ () |
const ValueType * | operator-> () const |
Values | values () |
Public Attributes | |
HashTableType::const_iterator | m_impl |
Detailed Description
template<typename HashTableType, typename KeyType, typename MappedType>
struct WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >
Definition at line 37 of file HashIterators.h.
Member Typedef Documentation
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Keys |
Definition at line 41 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::Values |
Definition at line 42 of file HashIterators.h.
Constructor & Destructor Documentation
template<typename HashTableType , typename KeyType , typename MappedType >
WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::HashTableConstIteratorAdapter | ( | const typename HashTableType::const_iterator & | impl | ) | [inline] |
Definition at line 44 of file HashIterators.h.
Member Function Documentation
template<typename HashTableType , typename KeyType , typename MappedType >
const ValueType* WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::get | ( | ) | const [inline] |
Definition at line 46 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
Keys WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::keys | ( | ) | [inline] |
Definition at line 53 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
const ValueType& WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator* | ( | ) | const [inline] |
Definition at line 47 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
HashTableConstIteratorAdapter& WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator++ | ( | ) | [inline] |
Definition at line 50 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
const ValueType* WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::operator-> | ( | ) | const [inline] |
Definition at line 48 of file HashIterators.h.
template<typename HashTableType , typename KeyType , typename MappedType >
Values WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::values | ( | ) | [inline] |
Definition at line 54 of file HashIterators.h.
Member Data Documentation
template<typename HashTableType , typename KeyType , typename MappedType >
HashTableType::const_iterator WTF::HashTableConstIteratorAdapter< HashTableType, std::pair< KeyType, MappedType > >::m_impl |
Definition at line 56 of file HashIterators.h.
The documentation for this struct was generated from the following file: