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
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 821 of file qqmlprivate.h.

Member Data Documentation

◆ functionIndex

int QQmlPrivate::AOTCompiledFunction::functionIndex

Definition at line 822 of file qqmlprivate.h.

◆ functionPtr

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

Definition at line 825 of file qqmlprivate.h.

◆ numArguments

int QQmlPrivate::AOTCompiledFunction::numArguments

Definition at line 823 of file qqmlprivate.h.

◆ signature

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

Definition at line 824 of file qqmlprivate.h.


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