![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsscope_p.h>
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.
Referenced by operator++().
|
inline |
Definition at line 83 of file qqmljsscope_p.h.
References operator++().
|
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.