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::ConstPtrWrapperIterator Class Reference

#include <qqmljsscope_p.h>

+ Collaboration diagram for QQmlJS::ConstPtrWrapperIterator:

Public Types

using Ptr = QDeferredSharedPointer<QQmlJSScope>
 
using ConstPtr = QDeferredSharedPointer<const QQmlJSScope>
 
using iterator_category = std::forward_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = ConstPtr
 
using pointer = value_type *
 
using reference = value_type &
 

Public Member Functions

 ConstPtrWrapperIterator (QList< Ptr >::const_iterator iterator)
 
reference operator* ()
 
pointer operator-> ()
 
ConstPtrWrapperIteratoroperator++ ()
 
ConstPtrWrapperIterator operator++ (int)
 

Friends

bool operator== (const ConstPtrWrapperIterator &a, const ConstPtrWrapperIterator &b)
 
bool operator!= (const ConstPtrWrapperIterator &a, const ConstPtrWrapperIterator &b)
 

Detailed Description

Definition at line 42 of file qqmljsscope_p.h.

Member Typedef Documentation

◆ ConstPtr

◆ difference_type

Definition at line 48 of file qqmljsscope_p.h.

◆ iterator_category

using QQmlJS::ConstPtrWrapperIterator::iterator_category = std::forward_iterator_tag

Definition at line 47 of file qqmljsscope_p.h.

◆ pointer

◆ Ptr

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ConstPtrWrapperIterator()

QQmlJS::ConstPtrWrapperIterator::ConstPtrWrapperIterator ( QList< Ptr >::const_iterator iterator)
inline

Definition at line 53 of file qqmljsscope_p.h.

Member Function Documentation

◆ operator*()

reference QQmlJS::ConstPtrWrapperIterator::operator* ( )
inline

Definition at line 64 of file qqmljsscope_p.h.

◆ operator++() [1/2]

ConstPtrWrapperIterator & QQmlJS::ConstPtrWrapperIterator::operator++ ( )
inline

Definition at line 77 of file qqmljsscope_p.h.

◆ operator++() [2/2]

ConstPtrWrapperIterator QQmlJS::ConstPtrWrapperIterator::operator++ ( int )
inline

Definition at line 83 of file qqmljsscope_p.h.

◆ operator->()

pointer QQmlJS::ConstPtrWrapperIterator::operator-> ( )
inline

Definition at line 70 of file qqmljsscope_p.h.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const ConstPtrWrapperIterator & a,
const ConstPtrWrapperIterator & b )
friend

Definition at line 59 of file qqmljsscope_p.h.

◆ operator==

bool operator== ( const ConstPtrWrapperIterator & a,
const ConstPtrWrapperIterator & b )
friend

Definition at line 55 of file qqmljsscope_p.h.


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