#include <observerobject.h>
详细描述
template<typename T>
class maxon::StaticObservableStorage< T >
This helper template reduces the effort of creating static observables.
static StaticObservableStorage<LicenseInterface::ObservableLicenseUpdatedDelegate> g_observableLicenseUpdated;
required code in global Init: g_observableLicenseUpdated.Init("ObservableLicenseUpdated") iferr_return;
required code in global Free: g_observableLicenseUpdated.Free();
Member Typedef Documentation
◆
ObservableType
成员函数文档编制
◆
Init()