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
QQmlPrivate::AOTCompiledFunction Struct Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::AOTCompiledFunction:

Public Attributes

int functionIndex
 
int numArguments
 
void(* signature )(QV4::ExecutableCompilationUnit *unit, QMetaType *argTypes)
 
void(* functionPtr )(const AOTCompiledContext *context, void **argv)
 

Detailed Description

Definition at line 742 of file qqmlprivate.h.

Member Data Documentation

◆ functionIndex

int QQmlPrivate::AOTCompiledFunction::functionIndex

Definition at line 743 of file qqmlprivate.h.

◆ functionPtr

void(* QQmlPrivate::AOTCompiledFunction::functionPtr) (const AOTCompiledContext *context, void **argv)

Definition at line 746 of file qqmlprivate.h.

◆ numArguments

int QQmlPrivate::AOTCompiledFunction::numArguments

Definition at line 744 of file qqmlprivate.h.

◆ signature

void(* QQmlPrivate::AOTCompiledFunction::signature) (QV4::ExecutableCompilationUnit *unit, QMetaType *argTypes)

Definition at line 745 of file qqmlprivate.h.


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