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

#include <ElementDescendantIterator.h>

Public Member Functions

 ElementDescendantIterator ()
 
 ElementDescendantIterator (Element *current)
 
ElementDescendantIteratoroperator++ ()
 
ElementDescendantIteratoroperator-- ()
 
Elementoperator* ()
 
Elementoperator-> ()
 
bool operator== (const ElementDescendantIterator &other) const
 
bool operator!= (const ElementDescendantIterator &other) const
 
void dropAssertions ()
 
 ElementDescendantIterator ()
 
 ElementDescendantIterator (Element *current)
 
ElementDescendantIteratoroperator++ ()
 
ElementDescendantIteratoroperator-- ()
 
Elementoperator* ()
 
Elementoperator-> ()
 
bool operator== (const ElementDescendantIterator &other) const
 
bool operator!= (const ElementDescendantIterator &other) const
 
void dropAssertions ()
 

Constructor & Destructor Documentation

◆ ElementDescendantIterator() [1/4]

WebCore::ElementDescendantIterator::ElementDescendantIterator ( )
inline

◆ ElementDescendantIterator() [2/4]

WebCore::ElementDescendantIterator::ElementDescendantIterator ( Element current)
inlineexplicit

◆ ElementDescendantIterator() [3/4]

WebCore::ElementDescendantIterator::ElementDescendantIterator ( )

◆ ElementDescendantIterator() [4/4]

WebCore::ElementDescendantIterator::ElementDescendantIterator ( Element current)
explicit

Member Function Documentation

◆ dropAssertions() [1/2]

void WebCore::ElementDescendantIterator::dropAssertions ( )
inline

◆ dropAssertions() [2/2]

void WebCore::ElementDescendantIterator::dropAssertions ( )

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator*() [1/2]

Element& WebCore::ElementDescendantIterator::operator* ( )

◆ operator*() [2/2]

Element & WebCore::ElementDescendantIterator::operator* ( )
inline

◆ operator++() [1/2]

ElementDescendantIterator& WebCore::ElementDescendantIterator::operator++ ( )

◆ operator++() [2/2]

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

◆ operator--() [1/2]

ElementDescendantIterator& WebCore::ElementDescendantIterator::operator-- ( )

◆ operator--() [2/2]

ALWAYS_INLINE ElementDescendantIterator & WebCore::ElementDescendantIterator::operator-- ( )

◆ operator->() [1/2]

Element* WebCore::ElementDescendantIterator::operator-> ( )

◆ operator->() [2/2]

Element * WebCore::ElementDescendantIterator::operator-> ( )
inline

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

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