Class CAppConfigService#
Defined in File app_config.h
Inheritance Relationships#
Base Type#
public sdv::CSdvObject
(Class CSdvObject)
Class Documentation#
-
class CAppConfigService : public sdv::CSdvObject#
App config service class.
Public Functions
-
CAppConfigService() = default#
Default constructor.
- GetAppConfig ()) GetAppConfig()) static CAppConfig &GetAppConfig()
Get access to the application config.
- Returns:
Returns the one global instance of the application config.
Public Static Functions
-
static bool EnableAppConfigAccess()#
When set, the application control access will be enabled.
- Returns:
Returns ‘true’ when the access to the application configuration is granted; otherwise returns ‘false’.
-
static bool EnableAppInstallAccess()#
When set, the application install will be enabled.
- Returns:
Returns whether access to the application install is granted.
-
CAppConfigService() = default#