![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{PluginInterface.cpp} |
Functions | |
| std::vector< long > | anonymous_namespace{PluginInterface.cpp}::Split (const PluginRegistryVersion ®ver) |
| bool | Regver_eq (const PluginRegistryVersion ®ver1, const PluginRegistryVersion ®ver2) |
| bool | Regver_lt (const PluginRegistryVersion ®ver1, const PluginRegistryVersion ®ver2) |
| bool Regver_eq | ( | const PluginRegistryVersion & | regver1, |
| const PluginRegistryVersion & | regver2 | ||
| ) |
Definition at line 28 of file PluginInterface.cpp.
References anonymous_namespace{PluginInterface.cpp}::Split().
Referenced by BuiltinEffectsModule::AutoRegisterPlugins().
| bool Regver_lt | ( | const PluginRegistryVersion & | regver1, |
| const PluginRegistryVersion & | regver2 | ||
| ) |
Definition at line 37 of file PluginInterface.cpp.
References anonymous_namespace{PluginInterface.cpp}::Split().
Referenced by PluginManager::Load(), and Regver_le().