![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlprivate.h>
Public Attributes | |
int | functionIndex |
int | numArguments |
void(* | signature )(QV4::ExecutableCompilationUnit *unit, QMetaType *argTypes) |
void(* | functionPtr )(const AOTCompiledContext *context, void **argv) |
Definition at line 821 of file qqmlprivate.h.
int QQmlPrivate::AOTCompiledFunction::functionIndex |
Definition at line 822 of file qqmlprivate.h.
void(* QQmlPrivate::AOTCompiledFunction::functionPtr) (const AOTCompiledContext *context, void **argv) |
Definition at line 825 of file qqmlprivate.h.
int QQmlPrivate::AOTCompiledFunction::numArguments |
Definition at line 823 of file qqmlprivate.h.
void(* QQmlPrivate::AOTCompiledFunction::signature) (QV4::ExecutableCompilationUnit *unit, QMetaType *argTypes) |
Definition at line 824 of file qqmlprivate.h.