Qt 6.x
The Qt SDK
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 779 of file qqmldompath_p.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 786 of file qqmldompath_p.h.

References currentEl, and o.

◆ operator*()

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

Definition at line 782 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 783 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 784 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 785 of file qqmldompath_p.h.

References currentEl, and o.

Member Data Documentation

◆ currentEl

Path QQmlJS::Dom::PathIterator::currentEl

Definition at line 781 of file qqmldompath_p.h.

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


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