Classes | |
struct | LV2::FixedBufSize< Required > |
struct | LV2::FixedP2BufSize< Required > |
struct | LV2::SaveRestore< Required > |
struct | LV2::EventRef< Required > |
struct | LV2::URIMap< Required > |
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.