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::CompiledData::ParameterType Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::ParameterType:

Public Types

enum  Flag { NoFlag = 0x0 , Common = 0x1 , List = 0x2 }
 

Public Member Functions

 Q_DECLARE_FLAGS (Flags, Flag)
 
void set (Flags flags, quint32 typeNameIndexOrCommonType)
 
bool indexIsCommonType () const
 
bool isList () const
 
quint32 typeNameIndexOrCommonType () const
 

Detailed Description

Definition at line 314 of file qv4compileddata_p.h.

Member Enumeration Documentation

◆ Flag

Enumerator
NoFlag 
Common 
List 

Definition at line 316 of file qv4compileddata_p.h.

Member Function Documentation

◆ indexIsCommonType()

bool QV4::CompiledData::ParameterType::indexIsCommonType ( ) const
inline

Definition at line 330 of file qv4compileddata_p.h.

◆ isList()

bool QV4::CompiledData::ParameterType::isList ( ) const
inline

Definition at line 335 of file qv4compileddata_p.h.

Referenced by QV4::coerceAndCall().

+ Here is the caller graph for this function:

◆ Q_DECLARE_FLAGS()

QV4::CompiledData::ParameterType::Q_DECLARE_FLAGS ( Flags ,
Flag  )

◆ set()

void QV4::CompiledData::ParameterType::set ( Flags flags,
quint32 typeNameIndexOrCommonType )
inline

Definition at line 323 of file qv4compileddata_p.h.

References Common, and typeNameIndexOrCommonType().

+ Here is the call graph for this function:

◆ typeNameIndexOrCommonType()

quint32 QV4::CompiledData::ParameterType::typeNameIndexOrCommonType ( ) const
inline

Definition at line 340 of file qv4compileddata_p.h.

Referenced by set().

+ Here is the caller graph for this function:

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