Audacity 3.2.0
Classes | Macros | Typedefs | Variables
LV2FeaturesList.h File Reference
#include "lv2/log/log.h"
#include "lv2/uri-map/uri-map.h"
#include "ComponentInterfaceSymbol.h"
#include "LV2Symbols.h"
#include "LV2Preferences.h"
Include dependency graph for LV2FeaturesList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LV2FeaturesListBase
 
struct  WithBase_t
 
class  ExtendedLV2FeaturesList
 Extends one (immutable) feature list (whose lifetime contains this one's) More...
 
class  LV2FeaturesList
 

Macros

#define DEFAULT_SEQSIZE   8192
 

Typedefs

using LilvNodesPtr = Lilv_ptr< LilvNodes, lilv_nodes_free >
 

Variables

constexpr WithBase_t WithBase
 

Macro Definition Documentation

◆ DEFAULT_SEQSIZE

#define DEFAULT_SEQSIZE   8192

Definition at line 27 of file LV2FeaturesList.h.

Typedef Documentation

◆ LilvNodesPtr

using LilvNodesPtr = Lilv_ptr<LilvNodes, lilv_nodes_free>

Definition at line 29 of file LV2FeaturesList.h.

Variable Documentation

◆ WithBase

constexpr WithBase_t WithBase
constexpr

Definition at line 64 of file LV2FeaturesList.h.