|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
Automatic creation and destruction of singleton instances. More...
Functions | |
| bool | isTerminated () |
| Returns true when singleton instances were already released. More... | |
| void | lockRegister () |
| lock and unlock the singleton registration for multi-threading safety More... | |
| void | unlockRegister () |
| void | registerInstance (FObject **o) |
| registers an instance (type FObject) More... | |
Variables | |
| TArray< FObject ** > * | singletonInstances = 0 |
| bool | singletonsTerminated = false |
| FLock * | singletonsLock |
| struct Steinberg::Singleton::Deleter | deleter |
Automatic creation and destruction of singleton instances.
| bool isTerminated | ( | ) |
Returns true when singleton instances were already released.
| void lockRegister | ( | ) |
lock and unlock the singleton registration for multi-threading safety
| void unlockRegister | ( | ) |
| void registerInstance | ( | FObject ** | o | ) |
registers an instance (type FObject)
| bool singletonsTerminated = false |
| FLock* singletonsLock |
| struct Steinberg::Singleton::Deleter deleter |