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

#include <HashTable.h>

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

Public Member Functions

 HashTableConstIteratorAdapter ()
 
 HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl)
 
const ValueTypeget () const
 
const ValueTypeoperator* () const
 
const ValueTypeoperator-> () const
 
HashTableConstIteratorAdapteroperator++ ()
 
 HashTableConstIteratorAdapter ()
 
 HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl)
 
const ValueTypeget () const
 
const ValueTypeoperator* () const
 
const ValueTypeoperator-> () const
 
HashTableConstIteratorAdapteroperator++ ()
 
 HashTableConstIteratorAdapter ()
 
 HashTableConstIteratorAdapter (const typename HashTableType::const_iterator &impl)
 
const ValueTypeget () const
 
const ValueTypeoperator* () const
 
const ValueTypeoperator-> () const
 
HashTableConstIteratorAdapteroperator++ ()
 

Public Attributes

HashTableType::const_iterator m_impl
 

Constructor & Destructor Documentation

◆ HashTableConstIteratorAdapter() [1/6]

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

◆ HashTableConstIteratorAdapter() [2/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::HashTableConstIteratorAdapter ( const typename HashTableType::const_iterator &  impl)
inline

◆ HashTableConstIteratorAdapter() [3/6]

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

◆ HashTableConstIteratorAdapter() [4/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::HashTableConstIteratorAdapter ( const typename HashTableType::const_iterator &  impl)
inline

◆ HashTableConstIteratorAdapter() [5/6]

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

◆ HashTableConstIteratorAdapter() [6/6]

template<typename HashTableType, typename ValueType>
WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::HashTableConstIteratorAdapter ( const typename HashTableType::const_iterator &  impl)
inline

Member Function Documentation

◆ get() [1/3]

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

◆ get() [2/3]

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

◆ get() [3/3]

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

◆ operator*() [1/3]

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

◆ operator*() [2/3]

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

◆ operator*() [3/3]

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

◆ operator++() [1/3]

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

◆ operator++() [2/3]

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

◆ operator++() [3/3]

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

◆ operator->() [1/3]

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

◆ operator->() [2/3]

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

◆ operator->() [3/3]

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

Member Data Documentation

◆ m_impl

template<typename HashTableType, typename ValueType>
HashTableType::const_iterator WTF::HashTableConstIteratorAdapter< HashTableType, ValueType >::m_impl

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