JUCE  v5.1.1-3-g1a0b28c73
JUCE API
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 var::NativeFunctionArgs:

Public Member Functions

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

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()

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

Member Function Documentation

◆ operator=()

NativeFunctionArgs& var::NativeFunctionArgs::operator= ( const NativeFunctionArgs )
delete

Member Data Documentation

◆ arguments

const var* var::NativeFunctionArgs::arguments

◆ numArguments

int var::NativeFunctionArgs::numArguments

◆ thisObject

const var& var::NativeFunctionArgs::thisObject

The documentation for this struct was generated from the following file: