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 | |
| NativeFunctionArgs & | operator= (const NativeFunctionArgs &)=delete |
Public Attributes | |
| const var * | arguments |
| int | numArguments |
| const var & | thisObject |
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.
|
noexcept |
|
delete |
| const var* juce::var::NativeFunctionArgs::arguments |
| int juce::var::NativeFunctionArgs::numArguments |
| const var& juce::var::NativeFunctionArgs::thisObject |