Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::OptionalReturnedValue Class Reference

#include <qv4value_p.h>

+ Collaboration diagram for QV4::OptionalReturnedValue:

Public Member Functions

 OptionalReturnedValue ()
 
 OptionalReturnedValue (ReturnedValue v)
 
ReturnedValue operator-> () const
 
ReturnedValue operator* () const
 
 operator bool () const
 

Detailed Description

Definition at line 469 of file qv4value_p.h.

Constructor & Destructor Documentation

◆ OptionalReturnedValue() [1/2]

QV4::OptionalReturnedValue::OptionalReturnedValue ( )
inline

Definition at line 473 of file qv4value_p.h.

◆ OptionalReturnedValue() [2/2]

QV4::OptionalReturnedValue::OptionalReturnedValue ( ReturnedValue  v)
inlineexplicit

Definition at line 474 of file qv4value_p.h.

References Q_ASSERT.

Member Function Documentation

◆ operator bool()

QV4::OptionalReturnedValue::operator bool ( ) const
inlineexplicit

Definition at line 482 of file qv4value_p.h.

◆ operator*()

ReturnedValue QV4::OptionalReturnedValue::operator* ( ) const
inline

Definition at line 481 of file qv4value_p.h.

◆ operator->()

ReturnedValue QV4::OptionalReturnedValue::operator-> ( ) const
inline

Definition at line 480 of file qv4value_p.h.


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