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::PropertyIndex Struct Reference

#include <qv4property_p.h>

+ Collaboration diagram for QV4::PropertyIndex:

Public Member Functions

void set (EngineBase *e, Value newVal)
 
const Valueoperator-> () const
 
const Valueoperator* () const
 
bool isNull () const
 

Public Attributes

Heap::Basebase
 
Valueslot
 

Detailed Description

Definition at line 161 of file qv4property_p.h.

Member Function Documentation

◆ isNull()

bool QV4::PropertyIndex::isNull ( ) const
inline

Definition at line 170 of file qv4property_p.h.

References slot.

◆ operator*()

const Value & QV4::PropertyIndex::operator* ( ) const
inline

Definition at line 169 of file qv4property_p.h.

References slot.

◆ operator->()

const Value * QV4::PropertyIndex::operator-> ( ) const
inline

Definition at line 168 of file qv4property_p.h.

References slot.

◆ set()

void QV4::PropertyIndex::set ( EngineBase * e,
Value newVal )
inline

Definition at line 165 of file qv4property_p.h.

References base, QV4::StaticValue::data_ptr(), slot, and QV4::WriteBarrier::write().

+ Here is the call graph for this function:

Member Data Documentation

◆ base

Heap::Base* QV4::PropertyIndex::base

Definition at line 162 of file qv4property_p.h.

Referenced by set().

◆ slot

Value* QV4::PropertyIndex::slot

Definition at line 163 of file qv4property_p.h.

Referenced by isNull(), operator*(), operator->(), and set().


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