WTF
WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits > Class Template Reference
#include <HashTable.h>
Public Member Functions | |
PointerType | get () const |
HashTableConstIterator () | |
bool | operator!= (const const_iterator &other) const |
ReferenceType | operator* () const |
const_iterator & | operator++ () |
PointerType | operator-> () const |
bool | operator== (const const_iterator &other) const |
Detailed Description
template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
class WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >
Definition at line 83 of file HashTable.h.
Constructor & Destructor Documentation
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::HashTableConstIterator | ( | ) | [inline] |
Definition at line 115 of file HashTable.h.
Member Function Documentation
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
PointerType WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::get | ( | ) | const [inline] |
Definition at line 146 of file HashTable.h.
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
bool WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::operator!= | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 171 of file HashTable.h.
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
ReferenceType WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::operator* | ( | ) | const [inline] |
Definition at line 151 of file HashTable.h.
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
const_iterator& WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::operator++ | ( | ) | [inline] |
Definition at line 154 of file HashTable.h.
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
PointerType WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::operator-> | ( | ) | const [inline] |
Definition at line 152 of file HashTable.h.
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits >
bool WTF::HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits >::operator== | ( | const const_iterator & | other | ) | const [inline] |
Definition at line 166 of file HashTable.h.
The documentation for this class was generated from the following file: