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

Constructor & Destructor Documentation

◆ OptionalReturnedValue() [1/2]

QV4::OptionalReturnedValue::OptionalReturnedValue ( )
inline

Definition at line 469 of file qv4value_p.h.

◆ OptionalReturnedValue() [2/2]

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

Definition at line 470 of file qv4value_p.h.

References OptionalReturnedValue().

Referenced by OptionalReturnedValue().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator bool()

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

Definition at line 478 of file qv4value_p.h.

◆ operator*()

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

Definition at line 477 of file qv4value_p.h.

◆ operator->()

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

Definition at line 476 of file qv4value_p.h.


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