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

#include <ElementDescendantIterator.h>

Public Member Functions

 ElementDescendantConstIterator ()
 
 ElementDescendantConstIterator (const Element *)
 
ElementDescendantConstIteratoroperator++ ()
 
const Elementoperator* () const
 
const Elementoperator-> () const
 
bool operator== (const ElementDescendantConstIterator &other) const
 
bool operator!= (const ElementDescendantConstIterator &other) const
 
void dropAssertions ()
 
 ElementDescendantConstIterator ()
 
 ElementDescendantConstIterator (const Element *)
 
ElementDescendantConstIteratoroperator++ ()
 
const Elementoperator* () const
 
const Elementoperator-> () const
 
bool operator== (const ElementDescendantConstIterator &other) const
 
bool operator!= (const ElementDescendantConstIterator &other) const
 
void dropAssertions ()
 

Constructor & Destructor Documentation

◆ ElementDescendantConstIterator() [1/4]

WebCore::ElementDescendantConstIterator::ElementDescendantConstIterator ( )
inline

◆ ElementDescendantConstIterator() [2/4]

WebCore::ElementDescendantConstIterator::ElementDescendantConstIterator ( const Element current)
inlineexplicit

◆ ElementDescendantConstIterator() [3/4]

WebCore::ElementDescendantConstIterator::ElementDescendantConstIterator ( )

◆ ElementDescendantConstIterator() [4/4]

WebCore::ElementDescendantConstIterator::ElementDescendantConstIterator ( const Element )
explicit

Member Function Documentation

◆ dropAssertions() [1/2]

void WebCore::ElementDescendantConstIterator::dropAssertions ( )
inline

◆ dropAssertions() [2/2]

void WebCore::ElementDescendantConstIterator::dropAssertions ( )

◆ operator!=() [1/2]

bool WebCore::ElementDescendantConstIterator::operator!= ( const ElementDescendantConstIterator other) const

◆ operator!=() [2/2]

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

◆ operator*() [1/2]

const Element& WebCore::ElementDescendantConstIterator::operator* ( ) const

◆ operator*() [2/2]

const Element & WebCore::ElementDescendantConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

ALWAYS_INLINE ElementDescendantConstIterator & WebCore::ElementDescendantConstIterator::operator++ ( )

◆ operator++() [2/2]

ElementDescendantConstIterator& WebCore::ElementDescendantConstIterator::operator++ ( )

◆ operator->() [1/2]

const Element* WebCore::ElementDescendantConstIterator::operator-> ( ) const

◆ operator->() [2/2]

const Element * WebCore::ElementDescendantConstIterator::operator-> ( ) const
inline

◆ operator==() [1/2]

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

◆ operator==() [2/2]

bool WebCore::ElementDescendantConstIterator::operator== ( const ElementDescendantConstIterator other) const

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