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
QV4::ScopedPropertyKey Struct Reference

#include <qv4scopedvalue_p.h>

+ Collaboration diagram for QV4::ScopedPropertyKey:

Public Member Functions

 ScopedPropertyKey (const Scope &scope)
 
 ScopedPropertyKey (const Scope &scope, const PropertyKey &v)
 
ScopedPropertyKeyoperator= (const PropertyKey &other)
 
PropertyKeyoperator-> ()
 
 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

PropertyKeyptr
 

Detailed Description

Definition at line 221 of file qv4scopedvalue_p.h.

Constructor & Destructor Documentation

◆ ScopedPropertyKey() [1/2]

QV4::ScopedPropertyKey::ScopedPropertyKey ( const Scope & scope)
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:

◆ ScopedPropertyKey() [2/2]

QV4::ScopedPropertyKey::ScopedPropertyKey ( const Scope & scope,
const PropertyKey & v )
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:

Member Function Documentation

◆ operator PropertyKey()

QV4::ScopedPropertyKey::operator PropertyKey ( ) const
inline

Definition at line 243 of file qv4scopedvalue_p.h.

References ptr.

◆ operator!=() [1/2]

bool QV4::ScopedPropertyKey::operator!= ( const PropertyKey & other) const
inline

Definition at line 253 of file qv4scopedvalue_p.h.

References other(), and ptr.

+ Here is the call graph for this function:

◆ operator!=() [2/2]

bool QV4::ScopedPropertyKey::operator!= ( const ScopedPropertyKey & other) const
inline

Definition at line 256 of file qv4scopedvalue_p.h.

References other(), and ptr.

+ Here is the call graph for this function:

◆ operator->()

PropertyKey * QV4::ScopedPropertyKey::operator-> ( )
inline

Definition at line 240 of file qv4scopedvalue_p.h.

References ptr.

◆ operator=()

ScopedPropertyKey & QV4::ScopedPropertyKey::operator= ( const PropertyKey & other)
inline

Definition at line 235 of file qv4scopedvalue_p.h.

References other(), and ptr.

+ Here is the call graph for this function:

◆ operator==() [1/2]

bool QV4::ScopedPropertyKey::operator== ( const PropertyKey & other) const
inline

Definition at line 247 of file qv4scopedvalue_p.h.

References other(), and ptr.

+ Here is the call graph for this function:

◆ operator==() [2/2]

bool QV4::ScopedPropertyKey::operator== ( const ScopedPropertyKey & other) const
inline

Definition at line 250 of file qv4scopedvalue_p.h.

References other(), and ptr.

+ Here is the call graph for this function:

Member Data Documentation

◆ ptr


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