This header file is part of module ALib BaseCamp of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file camp.hpp.
#include "alib/strings/cstring.hpp"
Go to the source code of this file.
Classes | |
class | Camp |
Namespaces | |
namespace | alib |
namespace | alib::config |
namespace | alib::lang |
namespace | alib::lang::resources |
Enumerations | |
enum class | BootstrapPhases { PrepareResources = 1 , PrepareConfig = 2 , Final = 3 } |
enum class | ShutdownPhases { Announce = 1 , Destruct = 2 } |
Functions | |
void | Bootstrap (BootstrapPhases targetPhase, Camp *targetCamp, int alibVersion, int alibRevision, TCompilationFlags compilationFlags) |
void | Shutdown (ShutdownPhases targetPhase, Camp *targetCamp) |