8#ifndef HPP_ALIB_CONFIG_CAMP
9#define HPP_ALIB_CONFIG_CAMP 1
17namespace alib {
namespace config {
virtual void bootstrap(BootstrapPhases phase) override
virtual void shutdown(ShutdownPhases phase) override
#define ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord)
#define ALIB_BOXING_VTABLE_DECLARE(TMapped, Identifier)
#define ALIB_RESOURCED_IN_MODULE(T, Camp, ResName)
Exceptions
Exception codes of namespace alib::config.
@ ErrorWritingFile
An error occurred writing the file .
@ ErrorOpeningFile
File not found when reading.
ShutdownPhases
Termination levels usable with Bootstrapping ALib Camps.
config::ConfigCamp CONFIG
The singleton instance of ALib Camp class ConfigCamp.
BootstrapPhases
Initialization levels usable with Bootstrapping ALib Camps.