Plugin mixins


Classes

struct  LV2::FixedBufSize< Required >
struct  LV2::FixedP2BufSize< Required >
struct  LV2::SaveRestore< Required >
struct  LV2::EventRef< Required >
struct  LV2::URIMap< Required >

Detailed Description

These template classes implement extra functionality that you may want to have in your plugin class, usually Features. You add them to your class by passing them as template parameters to LV2::Plugin when inheriting it. The internal structs of the mixin template classes, named I, will then be inherited by your plugin class, so that any public and protected members they have will be available to your plugin as if they were declared in your plugin class.

They are done as separate template classes so they won't add to the code size of your plugin if you don't need them.

There are also GUI mixins that you can use in the same way with LV2::GUI.


Generated on Fri Apr 25 11:53:58 2008 by  doxygen 1.5.5