VST 3 SDK VST 3.7
SDK for developing VST plug-in
ObjCInstance Struct Reference

#include <objcclassbuilder.h>

Public Member Functions

 ObjCInstance (__unsafe_unretained id obj, Class superClass=nullptr)
 
template<typename T >
std::optional< ObjCVariable< T > > getVariable (const char *name) const
 
template<typename Func , typename... T>
void callSuper (SEL selector, T... args) const
 
template<typename Func , typename R , typename... T>
callSuper (SEL selector, T... args) const
 

Constructor & Destructor Documentation

◆ ObjCInstance()

ObjCInstance ( __unsafe_unretained id  obj,
Class  superClass = nullptr 
)
inline

Member Function Documentation

◆ getVariable()

std::optional< ObjCVariable< T > > getVariable ( const char name) const
inline

◆ callSuper() [1/2]

void callSuper ( SEL  selector,
T...  args 
) const
inline

◆ callSuper() [2/2]

R callSuper ( SEL  selector,
T...  args 
) const
inline
Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.