ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
bootstrap.uni.cpp
1//##################################################################################################
2// ALib C++ Framework
3//
4// Copyright 2013-2026 A-Worx GmbH, Germany
5// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6//##################################################################################################
7//========================================= Global Fragment ========================================
8#include "alib_precompile.hpp"
17#if ALIB_DEBUG && !DOXYGEN
18# if defined(__GNUC__) || defined(__clang__)
19# include <cxxabi.h>
20# include <cassert>
21# endif
22# include <cstdlib>
23# if defined(_WIN32)
24# include <cstring>
25# endif
26#endif
27
28#if !DOXYGEN
30# if (ALIB_DEBUG)
31# include <cassert>
32# include <cstring>
33# if defined( _WIN32 ) && !defined(_STRING_)
34# include <string>
35# endif
36# endif
37
38#endif // !DOXYGEN
39
40#include <iostream>
41#include <iomanip>
42
43#if (ALIB_SINGLE_THREADED && ALIB_EXT_LIB_THREADS_AVAILABLE)
44# include <thread>
45#endif
46
47//============================================= Imports ============================================
48# include "ALib.Time.H"
49# include "ALib.Threads.H"
50# include "ALib.Monomem.H"
51# include "ALib.Strings.H"
52# include "ALib.Singletons.H"
53# include "ALib.Boxing.H"
55# include "ALib.ThreadModel.H"
56# include "ALib.Exceptions.H"
57# include "ALib.System.H"
58# include "ALib.Format.H"
62# include "ALib.Variables.H"
63# include "ALib.BitBuffer.H"
64# include "ALib.Camp.H"
65# include "ALib.Camp.Base.H"
66# include "ALib.Bootstrap.H"
67# include "ALib.App.H"
68# include "ALib.Expressions.H"
69# include "ALib.ALox.Impl.H"
70# include "ALib.FileTree.H"
71
72//========================================== Implementation ========================================
73#include "bootstrap.cpp"