Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 225 of file qv4scopedvalue_p.h.

Constructor & Destructor Documentation

◆ ScopedPropertyKey() [1/2]

QV4::ScopedPropertyKey::ScopedPropertyKey ( const Scope & scope)
inline

Definition at line 227 of file qv4scopedvalue_p.h.

References QV4::PropertyKey::invalid(), and ptr.

Here is the call graph for this function:

◆ ScopedPropertyKey() [2/2]

QV4::ScopedPropertyKey::ScopedPropertyKey ( const Scope & scope,
const PropertyKey & v )
inline

Definition at line 232 of file qv4scopedvalue_p.h.

References ptr.

Member Function Documentation

◆ operator PropertyKey()

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

Definition at line 245 of file qv4scopedvalue_p.h.

References ptr.

◆ operator!=() [1/2]

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

Definition at line 255 of file qv4scopedvalue_p.h.

References QV4::PropertyKey::operator!=(), 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 258 of file qv4scopedvalue_p.h.

References QV4::PropertyKey::operator!=(), and ptr.

Here is the call graph for this function:

◆ operator->()

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

Definition at line 242 of file qv4scopedvalue_p.h.

References ptr.

◆ operator=()

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

Definition at line 237 of file qv4scopedvalue_p.h.

References ptr.

◆ operator==() [1/2]

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

Definition at line 249 of file qv4scopedvalue_p.h.

References QV4::PropertyKey::operator==(), 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 252 of file qv4scopedvalue_p.h.

References QV4::PropertyKey::operator==(), 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: