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

#include <HashTable.h>

Inheritance diagram for WTF::HashTableIteratorAdapter< HashTableType, ValueType >:

Public Member Functions

 HashTableIteratorAdapter ()
 
 HashTableIteratorAdapter (const typename HashTableType::iterator &impl)
 
ValueTypeget () const
 
ValueTypeoperator* () const
 
ValueTypeoperator-> () const
 
HashTableIteratorAdapteroperator++ ()
 
 operator HashTableConstIteratorAdapter< HashTableType, ValueType > ()
 
 HashTableIteratorAdapter ()
 
 HashTableIteratorAdapter (const typename HashTableType::iterator &impl)
 
ValueTypeget () const
 
ValueTypeoperator* () const
 
ValueTypeoperator-> () const
 
HashTableIteratorAdapteroperator++ ()
 
 operator HashTableConstIteratorAdapter< HashTableType, ValueType > ()
 
 HashTableIteratorAdapter ()
 
 HashTableIteratorAdapter (const typename HashTableType::iterator &impl)
 
ValueTypeget () const
 
ValueTypeoperator* () const
 
ValueTypeoperator-> () const
 
HashTableIteratorAdapteroperator++ ()
 
 operator HashTableConstIteratorAdapter< HashTableType, ValueType > ()
 

Public Attributes

HashTableType::iterator m_impl
 

Constructor & Destructor Documentation

◆ HashTableIteratorAdapter() [1/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( )
inline

◆ HashTableIteratorAdapter() [2/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( const typename HashTableType::iterator &  impl)
inline

◆ HashTableIteratorAdapter() [3/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( )
inline

◆ HashTableIteratorAdapter() [4/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( const typename HashTableType::iterator &  impl)
inline

◆ HashTableIteratorAdapter() [5/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( )
inline

◆ HashTableIteratorAdapter() [6/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::HashTableIteratorAdapter ( const typename HashTableType::iterator &  impl)
inline

Member Function Documentation

◆ get() [1/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::get ( ) const
inline

◆ get() [2/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::get ( ) const
inline

◆ get() [3/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::get ( ) const
inline

◆ operator HashTableConstIteratorAdapter< HashTableType, ValueType >() [1/3]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator HashTableConstIteratorAdapter< HashTableType, ValueType > ( )
inline

◆ operator HashTableConstIteratorAdapter< HashTableType, ValueType >() [2/3]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator HashTableConstIteratorAdapter< HashTableType, ValueType > ( )
inline

◆ operator HashTableConstIteratorAdapter< HashTableType, ValueType >() [3/3]

template<typename HashTableType, typename ValueType>
WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator HashTableConstIteratorAdapter< HashTableType, ValueType > ( )
inline

◆ operator*() [1/3]

template<typename HashTableType, typename ValueType>
ValueType& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator* ( ) const
inline

◆ operator*() [2/3]

template<typename HashTableType, typename ValueType>
ValueType& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator* ( ) const
inline

◆ operator*() [3/3]

template<typename HashTableType, typename ValueType>
ValueType& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator* ( ) const
inline

◆ operator++() [1/3]

template<typename HashTableType, typename ValueType>
HashTableIteratorAdapter& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator++ ( )
inline

◆ operator++() [2/3]

template<typename HashTableType, typename ValueType>
HashTableIteratorAdapter& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator++ ( )
inline

◆ operator++() [3/3]

template<typename HashTableType, typename ValueType>
HashTableIteratorAdapter& WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator++ ( )
inline

◆ operator->() [1/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator-> ( ) const
inline

◆ operator->() [2/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator-> ( ) const
inline

◆ operator->() [3/3]

template<typename HashTableType, typename ValueType>
ValueType* WTF::HashTableIteratorAdapter< HashTableType, ValueType >::operator-> ( ) const
inline

Member Data Documentation

◆ m_impl

template<typename HashTableType, typename ValueType>
HashTableType::iterator WTF::HashTableIteratorAdapter< HashTableType, ValueType >::m_impl

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