ALib C++ Library
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
camp.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/// \ref alib_manual_modules_impludes "import/include headers".
7///
8/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
9/// Published under \ref mainpage_license "Boost Software License".
10//==================================================================================================
11#if !defined(ALIB_C20_MODULES) || ((ALIB_C20_MODULES != 0) && (ALIB_C20_MODULES != 1))
12# error "Symbol 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//========================================= Global Fragment ========================================
20
21//============================================== Module ============================================
22#if ALIB_C20_MODULES
23 /// This is a <em><b>C++ Module</b></em> of the \aliblong.
24 /// Due to the dual-compile option (either as C++20 Modules or using legacy C++ inclusion),
25 /// the C++20 Module names are not of further interest or use.<br>
26 /// In general, the names equal the names of the header files listed in the chapter
27 /// \ref alib_manual_modules_impludes of the \alib User Manual.
28 ///
29 /// @see The documentation of the <em><b>"ALib Module"</b></em> given with the corresponding
30 /// Programmer's Manual \alib_camp.
31 export module ALib.Camp;
32 import ALib.Lang;
33# if !ALIB_SINGLE_THREADED
34 import ALib.Threads;
35# endif
36 import ALib.Containers.List;
37 import ALib.Containers.SharedPtr;
38 import ALib.Monomem;
39 import ALib.Strings;
40 import ALib.Strings.Token;
41 import ALib.Boxing;
42 import ALib.EnumRecords;
43 import ALib.Resources;
44 import ALib.Variables;
45#else
46# include "ALib.Lang.H"
47# if !ALIB_SINGLE_THREADED
48# include "ALib.Threads.H"
49# endif
50# include "ALib.Containers.List.H"
52# include "ALib.Monomem.H"
53# include "ALib.Strings.H"
54# include "ALib.Strings.Token.H"
55# include "ALib.Boxing.H"
56# include "ALib.EnumOps.H"
57# include "ALib.Resources.H"
58# include "ALib.Variables.H"
59#endif
60
61//============================================= Exports ============================================
62#include "alib/camp/camp.inl"