![]() |
Qt 6.x
The Qt SDK
|
#include <qv4scopedvalue_p.h>
Collaboration diagram for QV4::ScopedPropertyKey:Public Member Functions | |
| ScopedPropertyKey (const Scope &scope) | |
| ScopedPropertyKey (const Scope &scope, const PropertyKey &v) | |
| ScopedPropertyKey & | operator= (const PropertyKey &other) |
| PropertyKey * | operator-> () |
| operator PropertyKey () const | |
| bool | operator== (const PropertyKey &other) const |
| bool | operator== (const ScopedPropertyKey &other) const |
| bool | operator!= (const PropertyKey &other) const |
| bool | operator!= (const ScopedPropertyKey &other) const |
Public Attributes | |
| PropertyKey * | ptr |
Definition at line 221 of file qv4scopedvalue_p.h.
|
inline |
Definition at line 223 of file qv4scopedvalue_p.h.
References QV4::Scope::alloc(), QV4::PropertyKey::invalid(), ptr, and QV4::Scope::Uninitialized.
Here is the call graph for this function:
|
inline |
Definition at line 229 of file qv4scopedvalue_p.h.
References QV4::Scope::alloc(), ptr, and QV4::Scope::Uninitialized.
Here is the call graph for this function:
|
inline |
Definition at line 243 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
|
inline |
|
inline |
Definition at line 240 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
|
inline |
|
inline |
| PropertyKey* QV4::ScopedPropertyKey::ptr |
Definition at line 260 of file qv4scopedvalue_p.h.
Referenced by ScopedPropertyKey(), ScopedPropertyKey(), operator PropertyKey(), operator!=(), operator!=(), operator->(), operator=(), operator==(), and operator==().