Guitarix
gx_engine::LV2Features Class Reference

#include <gx_internal_plugins.h>

Public Member Functions

 LV2Features (LV2Features const &)=delete
 
void operator= (LV2Features const &)=delete
 

Static Public Member Functions

static LV2FeaturesgetInstance ()
 

Static Public Attributes

static LV2_Feature * gx_features []
 
static LV2_URID_Map gx_urid_map
 
static LV2_URID_Unmap gx_urid_unmap
 

Detailed Description

Definition at line 650 of file gx_internal_plugins.h.

Constructor & Destructor Documentation

◆ LV2Features()

gx_engine::LV2Features::LV2Features ( LV2Features const &  )
delete

Member Function Documentation

◆ getInstance()

static LV2Features& gx_engine::LV2Features::getInstance ( )
inlinestatic

Definition at line 669 of file gx_internal_plugins.h.

◆ operator=()

void gx_engine::LV2Features::operator= ( LV2Features const &  )
delete

Member Data Documentation

◆ gx_features

LV2_Feature * gx_engine::LV2Features::gx_features
static
Initial value:
= {
&gx_urid_map_feature,
&gx_uri_map_feature,
&gx_urid_unmap_feature,
&gx_options_feature,
nullptr
}

Definition at line 674 of file gx_internal_plugins.h.

◆ gx_urid_map

LV2_URID_Map gx_engine::LV2Features::gx_urid_map
static
Initial value:
= {
NULL, lv2_urid_map
}

Definition at line 675 of file gx_internal_plugins.h.

◆ gx_urid_unmap

LV2_URID_Unmap gx_engine::LV2Features::gx_urid_unmap
static
Initial value:
= {
NULL, lv2_urid_unmap
}

Definition at line 676 of file gx_internal_plugins.h.


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