webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::AttributeConstIterator Class Reference

#include <ElementData.h>

Public Member Functions

 AttributeConstIterator (const Attribute *array, unsigned offset)
 
const Attributeoperator* () const
 
const Attributeoperator-> () const
 
AttributeConstIteratoroperator++ ()
 
bool operator== (const AttributeConstIterator &other) const
 
bool operator!= (const AttributeConstIterator &other) const
 
 AttributeConstIterator (const Attribute *array, unsigned offset)
 
const Attributeoperator* () const
 
const Attributeoperator-> () const
 
AttributeConstIteratoroperator++ ()
 
bool operator== (const AttributeConstIterator &other) const
 
bool operator!= (const AttributeConstIterator &other) const
 

Constructor & Destructor Documentation

◆ AttributeConstIterator() [1/2]

WebCore::AttributeConstIterator::AttributeConstIterator ( const Attribute array,
unsigned  offset 
)
inline

◆ AttributeConstIterator() [2/2]

WebCore::AttributeConstIterator::AttributeConstIterator ( const Attribute array,
unsigned  offset 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

bool WebCore::AttributeConstIterator::operator!= ( const AttributeConstIterator other) const
inline

◆ operator!=() [2/2]

bool WebCore::AttributeConstIterator::operator!= ( const AttributeConstIterator other) const
inline

◆ operator*() [1/2]

const Attribute& WebCore::AttributeConstIterator::operator* ( ) const
inline

◆ operator*() [2/2]

const Attribute& WebCore::AttributeConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

AttributeConstIterator& WebCore::AttributeConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

AttributeConstIterator& WebCore::AttributeConstIterator::operator++ ( )
inline

◆ operator->() [1/2]

const Attribute* WebCore::AttributeConstIterator::operator-> ( ) const
inline

◆ operator->() [2/2]

const Attribute* WebCore::AttributeConstIterator::operator-> ( ) const
inline

◆ operator==() [1/2]

bool WebCore::AttributeConstIterator::operator== ( const AttributeConstIterator other) const
inline

◆ operator==() [2/2]

bool WebCore::AttributeConstIterator::operator== ( const AttributeConstIterator other) const
inline

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