This header-file is part of the ALib C++ Library. With supporting legacy or module builds, .mpp-files are either recognized by the build-system as C++20 Module interface files, or are included by the import/include headers.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file bootstrap.mpp.
#include "alib/singletons/singletons.prepro.hpp"
#include "alib/monomem/monomem.prepro.hpp"
#include "alib/strings/strings.prepro.hpp"
#include "alib/boxing/boxing.prepro.hpp"
#include "alib/containers/containers.prepro.hpp"
#include "alib/resources/resources.prepro.hpp"
#include "alib/bitbuffer/bitbuffer.prepro.hpp"
#include "alib/alox/alox.prepro.hpp"
#include "alib/bootstrap/bootstrap.prepro.hpp"
import ALib.Camp;
import ALib.Monomem;
import ALib.Containers.List;
import ALib.Lang;
Go to the source code of this file.
Classes | |
struct | alib::CompilationFlagMeaningsEntry |
This is a struct composing an entry in COMPILATION_FLAG_MEANINGS. More... | |
Namespaces | |
namespace | alib |
Functions | |
void | alib::AssertALibVersionAndFlags (int alibVersion, int alibRevision, TCompilationFlags compilationFlags) |
void | alib::Bootstrap (BootstrapPhases targetPhase, camp::Camp *targetCamp, int alibVersion, int alibRevision, TCompilationFlags compilationFlags) |
ALIB_DLL void | alib::Bootstrap (int alibVersion=ALIB_VERSION, int alibRevision=ALIB_REVISION, TCompilationFlags compilationFlags=TCompilationFlags{ALIB_COMPILATION_FLAGS}) |
void | alib::BootstrapAddDefaultCamps () |
ALIB_DLL void | alib::Shutdown () |
void | alib::Shutdown (ShutdownPhases targetPhase, camp::Camp *targetCamp) |
Variables | |
ALIB_DLL List< MonoAllocator, camp::Camp * > | alib::CAMPS |