Skip to content

Class Ase::ClapFileHandle

ClassList > Ase > ClapFileHandle

Public Attributes

Type Name
const std::string dlfile
const clap_plugin_entry * pluginentry = = nullptr

Public Functions

Type Name
ClapFileHandle (const String & pathname)
void close ()
void open ()
bool opened () const
Ptr symbol (const char * symname) const
virtual ~ClapFileHandle ()

Public Static Functions

Type Name
String get_dlerror ()

Public Attributes Documentation

variable dlfile

const std::string Ase::ClapFileHandle::dlfile;

variable pluginentry

const clap_plugin_entry* Ase::ClapFileHandle::pluginentry;

Public Functions Documentation

function ClapFileHandle

inline explicit Ase::ClapFileHandle::ClapFileHandle (
    const String & pathname
) 

function close

inline void Ase::ClapFileHandle::close () 

function open

inline void Ase::ClapFileHandle::open () 

function opened

inline bool Ase::ClapFileHandle::opened () const

function symbol

template<typename Ptr>
inline Ptr Ase::ClapFileHandle::symbol (
    const char * symname
) const

function ~ClapFileHandle

inline virtual Ase::ClapFileHandle::~ClapFileHandle () 

Public Static Functions Documentation

function get_dlerror

static inline String Ase::ClapFileHandle::get_dlerror () 


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/clapplugin.cc