ALib C++ Framework
by
Library Version:
2511 R0
Documentation generated by
Loading...
Searching...
No Matches
A-Worx
ALib
src
alib
app
app.mpp
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of the \aliblong.
4
/// With supporting legacy or module builds, .mpp-files are either recognized by the build-system
5
/// as C++20 Module interface files, or are included by the
6
/// #"alib_manual_modules_impludes;import/include headers".
7
///
8
/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
9
/// Published under #"mainpage_license".
10
//==================================================================================================
11
#if !defined(ALIB_C20_MODULES) || ((ALIB_C20_MODULES != 0) && (ALIB_C20_MODULES != 1))
12
# error "Configuration MACRO ALIB_C20_MODULES has to be given to the compiler as either 0 or 1"
13
#endif
14
#if ALIB_C20_MODULES
15
module
;
16
#endif
17
18
19
//========================================= Global Fragment ========================================
20
#include "
alib/boxing/boxing.prepro.hpp
"
21
#include "
alib/enumops/enumops.prepro.hpp
"
22
#include "
alib/enumrecords/enumrecords.prepro.hpp
"
23
#include "
alib/resources/resources.prepro.hpp
"
24
#include "
alib/camp/camp.prepro.hpp
"
25
#include "
alib/app/app.prepro.hpp
"
26
27
#include <stack>
28
#include <bitset>
29
#include <vector>
30
#include "
ALib.Monomem.StdContainers.H
"
31
#include "
ALib.Boxing.StdFunctors.H
"
32
#include "
ALib.Strings.StdFunctors.H
"
33
#include "
ALib.Strings.Vector.H
"
34
//============================================== Module ============================================
35
#if ALIB_C20_MODULES
36
/// This is a <em><b>C++ Module</b></em> of the \aliblong.
37
/// Due to the dual-compile option (either as C++20 Modules or using legacy C++ inclusion),
38
/// the C++20 Module names are not of further interest or use.<br>
39
/// In general, the names equal the names of the header files listed in the chapter
40
/// #"alib_manual_modules_impludes" of the \alib User Manual.
41
///
42
/// @see The documentation of the <em><b>"ALib Module"</b></em> given with the corresponding
43
/// Programmer's Manual \alib_app.
44
export
module
ALib.App;
45
import
ALib.Lang;
46
import
ALib.Time;
47
import
ALib.EnumOps;
48
import
ALib.Containers.List;
49
import
ALib.Containers.HashTable;
50
import
ALib.Boxing;
51
import
ALib.Strings;
52
import
ALib.Strings.Token;
53
import
ALib.Singletons;
54
import
ALib.Monomem;
55
import
ALib.Monomem.SharedMonoVal;
56
import
ALib.Resources;
57
import
ALib.EnumRecords;
58
import
ALib.Format;
59
import
ALib.Exceptions;
60
import
ALib.Variables;
61
import
ALib.Camp;
62
#else
63
# include "
ALib.Lang.H
"
64
# include "
ALib.Time.H
"
65
# include "
ALib.Containers.List.H
"
66
# include "
ALib.Containers.HashTable.H
"
67
# include "
ALib.Boxing.H
"
68
# include "
ALib.Strings.H
"
69
# include "
ALib.Strings.Token.H
"
70
# include "
ALib.Strings.StdFunctors.H
"
71
# include "
ALib.Singletons.H
"
72
# include "
ALib.Monomem.H
"
73
# include "
ALib.Monomem.SharedMonoVal.H
"
74
# include "
ALib.EnumRecords.H
"
75
# include "
ALib.Resources.H
"
76
# include "
ALib.Format.H
"
77
# include "
ALib.Format.Paragraphs.H
"
78
# include "
ALib.Exceptions.H
"
79
# include "
ALib.System.H
"
80
# include "
ALib.Variables.H
"
81
# include "
ALib.Camp.H
"
82
# include "
ALib.ALox.H
"
83
84
#endif
85
86
//============================================= Exports ============================================
87
#include "
alib/app/app.inl
"
ALib.ALox.H
ALib.Boxing.H
ALib.Boxing.StdFunctors.H
ALib.Camp.H
ALib.Containers.HashTable.H
ALib.Containers.List.H
ALib.EnumRecords.H
ALib.Exceptions.H
ALib.Format.H
ALib.Format.Paragraphs.H
ALib.Lang.H
ALib.Monomem.H
ALib.Monomem.SharedMonoVal.H
ALib.Monomem.StdContainers.H
ALib.Resources.H
ALib.Singletons.H
ALib.Strings.H
ALib.Strings.StdFunctors.H
ALib.Strings.Token.H
ALib.Strings.Vector.H
ALib.System.H
ALib.Time.H
ALib.Variables.H
app.inl
app.prepro.hpp
boxing.prepro.hpp
camp.prepro.hpp
enumops.prepro.hpp
enumrecords.prepro.hpp
resources.prepro.hpp