This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.
More...
#include <juce_Variant.h>
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.
◆ NativeFunctionArgs()
juce::var::NativeFunctionArgs::NativeFunctionArgs |
( |
const var & |
thisObject, |
|
|
const var * |
args, |
|
|
int |
numArgs |
|
) |
| |
|
noexcept |
◆ arguments
const var* juce::var::NativeFunctionArgs::arguments |
◆ numArguments
int juce::var::NativeFunctionArgs::numArguments |
◆ thisObject
const var& juce::var::NativeFunctionArgs::thisObject |
The documentation for this struct was generated from the following file: