Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::PathIterator Class Reference

#include <qqmldompath_p.h>

+ Collaboration diagram for QQmlJS::Dom::PathIterator:

Public Member Functions

Path operator* () const
 
PathIterator operator++ ()
 
PathIterator operator++ (int)
 
bool operator== (const PathIterator &o) const
 
bool operator!= (const PathIterator &o) const
 

Public Attributes

Path currentEl
 

Detailed Description

Definition at line 719 of file qqmldompath_p.h.

Member Function Documentation

◆ operator!=()

bool QQmlJS::Dom::PathIterator::operator!= ( const PathIterator & o) const
inline

Definition at line 726 of file qqmldompath_p.h.

References currentEl, and o.

◆ operator*()

Path QQmlJS::Dom::PathIterator::operator* ( ) const
inline

Definition at line 722 of file qqmldompath_p.h.

References currentEl, and QQmlJS::Dom::Path::head().

+ Here is the call graph for this function:

◆ operator++() [1/2]

PathIterator QQmlJS::Dom::PathIterator::operator++ ( )
inline

Definition at line 723 of file qqmldompath_p.h.

References currentEl, and QQmlJS::Dom::Path::dropFront().

+ Here is the call graph for this function:

◆ operator++() [2/2]

PathIterator QQmlJS::Dom::PathIterator::operator++ ( int )
inline

Definition at line 724 of file qqmldompath_p.h.

References currentEl, and QQmlJS::Dom::Path::dropFront().

+ Here is the call graph for this function:

◆ operator==()

bool QQmlJS::Dom::PathIterator::operator== ( const PathIterator & o) const
inline

Definition at line 725 of file qqmldompath_p.h.

References currentEl, and o.

Member Data Documentation

◆ currentEl

Path QQmlJS::Dom::PathIterator::currentEl

Definition at line 721 of file qqmldompath_p.h.

Referenced by operator!=(), operator*(), operator++(), operator++(), and operator==().


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