|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context. More...
#include "juce_Variant.h"
Public Member Functions | |
| NativeFunctionArgs (const var &thisObject, const var *args, int numArgs) noexcept | |
Public Attributes | |
| const var & | thisObject |
| const var * | arguments |
| int | numArguments |
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.
Definition at line 48 of file juce_Variant.h.
|
noexcept |
Definition at line 879 of file juce_Variant.cpp.
Definition at line 53 of file juce_Variant.h.
| int juce::var::NativeFunctionArgs::numArguments |
Definition at line 54 of file juce_Variant.h.
Definition at line 52 of file juce_Variant.h.