JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::var::NativeFunctionArgs Struct Reference

This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context. More...

#include <juce_Variant.h>

Collaboration diagram for juce::var::NativeFunctionArgs:

Public Member Functions

 NativeFunctionArgs (const var &thisObject, const var *args, int numArgs) noexcept
 

Public Attributes

const vararguments
 
int numArguments
 
const varthisObject
 

Detailed Description

This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.

Constructor & Destructor Documentation

◆ NativeFunctionArgs()

juce::var::NativeFunctionArgs::NativeFunctionArgs ( const var thisObject,
const var args,
int  numArgs 
)
noexcept

Member Data Documentation

◆ 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: