![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4scopedvalue_p.h>
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 225 of file qv4scopedvalue_p.h.
|
inline |
Definition at line 227 of file qv4scopedvalue_p.h.
References QV4::PropertyKey::invalid(), and ptr.
|
inline |
Definition at line 232 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
Definition at line 245 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
Definition at line 255 of file qv4scopedvalue_p.h.
References QV4::PropertyKey::operator!=(), and ptr.
|
inline |
Definition at line 258 of file qv4scopedvalue_p.h.
References QV4::PropertyKey::operator!=(), and ptr.
|
inline |
Definition at line 242 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
Definition at line 237 of file qv4scopedvalue_p.h.
References ptr.
|
inline |
Definition at line 249 of file qv4scopedvalue_p.h.
References QV4::PropertyKey::operator==(), and ptr.
|
inline |
Definition at line 252 of file qv4scopedvalue_p.h.
References QV4::PropertyKey::operator==(), and ptr.
PropertyKey* QV4::ScopedPropertyKey::ptr |
Definition at line 262 of file qv4scopedvalue_p.h.
Referenced by ScopedPropertyKey(), ScopedPropertyKey(), operator PropertyKey(), operator!=(), operator!=(), operator->(), operator=(), operator==(), and operator==().