webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType > Struct Template Reference

#include <HashIterators.h>

Inheritance diagram for WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >:

Public Member Functions

 HashTableConstKeysIterator (const ConstIterator &impl)
 
const KeyTypeget () const
 
const KeyTypeoperator* () const
 
const KeyTypeoperator-> () const
 
HashTableConstKeysIteratoroperator++ ()
 
 HashTableConstKeysIterator (const ConstIterator &impl)
 
const KeyTypeget () const
 
const KeyTypeoperator* () const
 
const KeyTypeoperator-> () const
 
HashTableConstKeysIteratoroperator++ ()
 
 HashTableConstKeysIterator (const ConstIterator &impl)
 
const KeyTypeget () const
 
const KeyTypeoperator* () const
 
const KeyTypeoperator-> () const
 
HashTableConstKeysIteratoroperator++ ()
 

Public Attributes

ConstIterator m_impl
 

Constructor & Destructor Documentation

◆ HashTableConstKeysIterator() [1/3]

template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::HashTableConstKeysIterator ( const ConstIterator impl)
inline

◆ HashTableConstKeysIterator() [2/3]

template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::HashTableConstKeysIterator ( const ConstIterator impl)
inline

◆ HashTableConstKeysIterator() [3/3]

template<typename HashTableType, typename KeyType, typename MappedType>
WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::HashTableConstKeysIterator ( const ConstIterator impl)
inline

Member Function Documentation

◆ get() [1/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::get ( ) const
inline

◆ get() [2/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::get ( ) const
inline

◆ get() [3/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::get ( ) const
inline

◆ operator*() [1/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator* ( ) const
inline

◆ operator*() [2/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator* ( ) const
inline

◆ operator*() [3/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator* ( ) const
inline

◆ operator++() [1/3]

template<typename HashTableType, typename KeyType, typename MappedType>
HashTableConstKeysIterator& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator++ ( )
inline

◆ operator++() [2/3]

template<typename HashTableType, typename KeyType, typename MappedType>
HashTableConstKeysIterator& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator++ ( )
inline

◆ operator++() [3/3]

template<typename HashTableType, typename KeyType, typename MappedType>
HashTableConstKeysIterator& WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator++ ( )
inline

◆ operator->() [1/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator-> ( ) const
inline

◆ operator->() [2/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator-> ( ) const
inline

◆ operator->() [3/3]

template<typename HashTableType, typename KeyType, typename MappedType>
const KeyType* WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::operator-> ( ) const
inline

Member Data Documentation

◆ m_impl

template<typename HashTableType, typename KeyType, typename MappedType>
ConstIterator WTF::HashTableConstKeysIterator< HashTableType, KeyType, MappedType >::m_impl

The documentation for this struct was generated from the following file: