ALib C++ Framework
by
Library Version:
2511 R0
Documentation generated by
Loading...
Searching...
No Matches
A-Worx
ALib
src
alib
app
appcli.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.CLI.H
"
64
# include "
ALib.App.H
"
65
#endif
66
67
//============================================= Exports ============================================
68
#include "alib/app/appclicamp.inl"
69
#include "alib/app/appclienums.inl"
70
#include "
alib/app/appcli.inl
"
ALib.App.H
ALib.Boxing.StdFunctors.H
ALib.CLI.H
ALib.Monomem.StdContainers.H
ALib.Strings.StdFunctors.H
ALib.Strings.Vector.H
app.prepro.hpp
appcli.inl
boxing.prepro.hpp
camp.prepro.hpp
enumops.prepro.hpp
enumrecords.prepro.hpp
resources.prepro.hpp