webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
WTF::Bag< T >::iterator Class Reference

#include <Bag.h>

Public Member Functions

 iterator ()
 
bool operator! () const
 
Toperator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
 iterator ()
 
bool operator! () const
 
Toperator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
 iterator ()
 
bool operator! () const
 
Toperator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 

Friends

template<typename U >
class WTF::Bag
 
template<typename U >
class WTF::Bag
 
template<typename U >
class WTF::Bag
 

Constructor & Destructor Documentation

◆ iterator() [1/3]

template<typename T>
WTF::Bag< T >::iterator::iterator ( )
inline

◆ iterator() [2/3]

template<typename T>
WTF::Bag< T >::iterator::iterator ( )
inline

◆ iterator() [3/3]

template<typename T>
WTF::Bag< T >::iterator::iterator ( )
inline

Member Function Documentation

◆ operator!() [1/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator! ( ) const
inline

◆ operator!() [2/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator! ( ) const
inline

◆ operator!() [3/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator! ( ) const
inline

◆ operator!=() [1/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator!= ( const iterator other) const
inline

◆ operator!=() [2/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator!= ( const iterator other) const
inline

◆ operator!=() [3/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator!= ( const iterator other) const
inline

◆ operator*() [1/3]

template<typename T>
T* WTF::Bag< T >::iterator::operator* ( ) const
inline

◆ operator*() [2/3]

template<typename T>
T* WTF::Bag< T >::iterator::operator* ( ) const
inline

◆ operator*() [3/3]

template<typename T>
T* WTF::Bag< T >::iterator::operator* ( ) const
inline

◆ operator++() [1/3]

template<typename T>
iterator& WTF::Bag< T >::iterator::operator++ ( )
inline

◆ operator++() [2/3]

template<typename T>
iterator& WTF::Bag< T >::iterator::operator++ ( )
inline

◆ operator++() [3/3]

template<typename T>
iterator& WTF::Bag< T >::iterator::operator++ ( )
inline

◆ operator==() [1/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator== ( const iterator other) const
inline

◆ operator==() [2/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator== ( const iterator other) const
inline

◆ operator==() [3/3]

template<typename T>
bool WTF::Bag< T >::iterator::operator== ( const iterator other) const
inline

Friends And Related Function Documentation

◆ WTF::Bag [1/3]

template<typename T>
template<typename U >
friend class WTF::Bag
friend

◆ WTF::Bag [2/3]

template<typename T>
template<typename U >
class WTF::Bag ( )
friend

◆ WTF::Bag [3/3]

template<typename T>
template<typename U >
class WTF::Bag ( )
friend

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