ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
lang
lang.mod.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
module
;
9
#include "
alib/alib.prepro.hpp
"
10
#if ALIB_DEBUG && !DOXYGEN
11
# if defined(__GNUC__) || defined(__clang__)
12
# include <cxxabi.h>
13
# include <cassert>
14
# endif
15
# include <cstdlib>
16
# if defined(_WIN32)
17
# include <cstring>
18
# endif
19
#endif
20
//============================================= Imports ============================================
21
module
ALib.Lang
;
22
//========================================== Implementation ========================================
23
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
24
#include "dbgcriticalsections.cpp"
25
#include "dbgtypedemangler.cpp"
26
#include "mainargs.cpp"
27
ALIB_POP_ALLOWANCE
alib.prepro.hpp
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
Definition
alib.prepro.hpp:555
ALIB_POP_ALLOWANCE
#define ALIB_POP_ALLOWANCE
Definition
alib.prepro.hpp:651
ALib.Lang