|
LMMS
|
#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.
|
noexcept |
| int juce::var::NativeFunctionArgs::numArguments |