Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
ClapFileHandle

Public Member Functions

ClapFileHandle (const String &pathname)
voidclose ()
voidopen ()
boolopened () const
template<typename Ptr >
Ptrsymbol (const char *symname) const
virtual~ClapFileHandle ()

Static Public Member Functions

static Stringget_dlerror ()

Public Attributes

const std::stringdlfile
const clap_plugin_entry *pluginentry

Constructor & Destructor Documentation

ClapFileHandle()

ClapFileHandle ( const String & pathname)
explicit

~ClapFileHandle()

virtual ~ClapFileHandle ( )
virtual

Member Function Documentation

opened()

bool opened ( ) const

open()

void open ( )

close()

void close ( )

symbol()

template<typename Ptr >
Ptr symbol ( const char * symname) const

get_dlerror()

static String get_dlerror ( )
static

Member Data Documentation

dlfile

const std::string dlfile

pluginentry

const clap_plugin_entry* pluginentry