#include <nap/service.h>
Public Member Functions | |
virtual rtti::TypeInfo | getServiceType () const =0 |
![]() | |
Object () | |
virtual | ~Object () |
virtual bool | init (utility::ErrorState &errorState) |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
Additional Inherited Members | |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
![]() | |
std::string | mID |
Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Base class for all Service configurations. In the derived class you can supply parameters that can be used to initialize a service.
|
pure virtual |
Implemented in IMGuiServiceConfiguration, ParameterServiceConfiguration, RenderServiceConfiguration, LicenseConfiguration, CVServiceConfiguration, and AudioServiceConfiguration.