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
AOTCompiledMetaMethod Struct Reference
+ Collaboration diagram for AOTCompiledMetaMethod:

Public Member Functions

 AOTCompiledMetaMethod (const Function::AOTCompiledFunction *aotCompiledFunction)
 
int parameterCount () const
 
QMetaType returnMetaType () const
 
QMetaType parameterMetaType (int i) const
 

Detailed Description

Definition at line 398 of file qv4vme_moth.cpp.

Constructor & Destructor Documentation

◆ AOTCompiledMetaMethod()

AOTCompiledMetaMethod::AOTCompiledMetaMethod ( const Function::AOTCompiledFunction * aotCompiledFunction)
inline

Definition at line 401 of file qv4vme_moth.cpp.

Member Function Documentation

◆ parameterCount()

int AOTCompiledMetaMethod::parameterCount ( ) const
inline

Definition at line 405 of file qv4vme_moth.cpp.

◆ parameterMetaType()

QMetaType AOTCompiledMetaMethod::parameterMetaType ( int i) const
inline

Definition at line 407 of file qv4vme_moth.cpp.

References i.

◆ returnMetaType()

QMetaType AOTCompiledMetaMethod::returnMetaType ( ) const
inline

Definition at line 406 of file qv4vme_moth.cpp.


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