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

#include <HashTable.h>

Public Member Functions

 HashTableAddResult ()
 
 HashTableAddResult (IteratorType iter, bool isNewEntry)
 
 operator bool () const
 
 HashTableAddResult ()
 
 HashTableAddResult (IteratorType iter, bool isNewEntry)
 
 operator bool () const
 
 HashTableAddResult ()
 
 HashTableAddResult (IteratorType iter, bool isNewEntry)
 
 operator bool () const
 

Public Attributes

IteratorType iterator
 
bool isNewEntry
 

Constructor & Destructor Documentation

◆ HashTableAddResult() [1/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( )
inline

◆ HashTableAddResult() [2/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( IteratorType  iter,
bool  isNewEntry 
)
inline

◆ HashTableAddResult() [3/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( )
inline

◆ HashTableAddResult() [4/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( IteratorType  iter,
bool  isNewEntry 
)
inline

◆ HashTableAddResult() [5/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( )
inline

◆ HashTableAddResult() [6/6]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::HashTableAddResult ( IteratorType  iter,
bool  isNewEntry 
)
inline

Member Function Documentation

◆ operator bool() [1/3]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::operator bool ( ) const
inlineexplicit

◆ operator bool() [2/3]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::operator bool ( ) const
inlineexplicit

◆ operator bool() [3/3]

template<typename IteratorType >
WTF::HashTableAddResult< IteratorType >::operator bool ( ) const
inlineexplicit

Member Data Documentation

◆ isNewEntry

template<typename IteratorType >
bool WTF::HashTableAddResult< IteratorType >::isNewEntry

◆ iterator

template<typename IteratorType >
IteratorType WTF::HashTableAddResult< IteratorType >::iterator

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