ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
camp.hpp File Reference

Description:


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 dependency graph for camp.hpp:
This graph shows which files directly or indirectly include this file:

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)