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::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 162 of file qv4property_p.h.

Member Function Documentation

◆ isNull()

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

Definition at line 171 of file qv4property_p.h.

References slot.

◆ operator*()

const Value & QV4::PropertyIndex::operator* ( ) 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.

◆ set()

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

Definition at line 166 of file qv4property_p.h.

Member Data Documentation

◆ base

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

Definition at line 163 of file qv4property_p.h.

◆ slot

Value* QV4::PropertyIndex::slot

Definition at line 164 of file qv4property_p.h.

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


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