openshot-audio  0.1.7
Public Member Functions | Public Attributes | List of all members
juce::var::NativeFunctionArgs Struct Reference

#include <juce_core.h>

Public Member Functions

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

Public Attributes

const varthisObject
 
const vararguments
 
int numArguments
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Data Documentation

const var* juce::var::NativeFunctionArgs::arguments
int juce::var::NativeFunctionArgs::numArguments
const var& juce::var::NativeFunctionArgs::thisObject

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