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::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 456 of file qv4value_p.h.

Constructor & Destructor Documentation

◆ OptionalReturnedValue() [1/2]

QV4::OptionalReturnedValue::OptionalReturnedValue ( )
inline

Definition at line 460 of file qv4value_p.h.

◆ OptionalReturnedValue() [2/2]

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

Definition at line 461 of file qv4value_p.h.

References Q_ASSERT.

Member Function Documentation

◆ operator bool()

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

Definition at line 469 of file qv4value_p.h.

◆ operator*()

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

Definition at line 468 of file qv4value_p.h.

◆ operator->()

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

Definition at line 467 of file qv4value_p.h.


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