![]() |
Qt 6.x
The Qt SDK
|
#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-> () |
| ConstPtrWrapperIterator & | operator++ () |
| ConstPtrWrapperIterator | operator++ (int) |
Friends | |
| bool | operator== (const ConstPtrWrapperIterator &a, const ConstPtrWrapperIterator &b) |
| bool | operator!= (const ConstPtrWrapperIterator &a, const ConstPtrWrapperIterator &b) |
Definition at line 42 of file qqmljsscope_p.h.
Definition at line 46 of file qqmljsscope_p.h.
| using QQmlJS::ConstPtrWrapperIterator::difference_type = std::ptrdiff_t |
Definition at line 48 of file qqmljsscope_p.h.
| using QQmlJS::ConstPtrWrapperIterator::iterator_category = std::forward_iterator_tag |
Definition at line 47 of file qqmljsscope_p.h.
Definition at line 50 of file qqmljsscope_p.h.
Definition at line 45 of file qqmljsscope_p.h.
Definition at line 51 of file qqmljsscope_p.h.
Definition at line 49 of file qqmljsscope_p.h.
|
inline |
Definition at line 53 of file qqmljsscope_p.h.
|
inline |
Definition at line 64 of file qqmljsscope_p.h.
|
inline |
Definition at line 77 of file qqmljsscope_p.h.
|
inline |
Definition at line 83 of file qqmljsscope_p.h.
|
inline |
Definition at line 70 of file qqmljsscope_p.h.
|
friend |
Definition at line 59 of file qqmljsscope_p.h.
|
friend |
Definition at line 55 of file qqmljsscope_p.h.