ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
lang
lang.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
"
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
# include "
ALib.Lang.H
"
22
# include "
ALib.Threads.H
"
23
# include "
ALib.Monomem.H
"
24
# include "
ALib.Containers.HashTable.H
"
25
# include "
ALib.Strings.H
"
26
//========================================== Implementation ========================================
27
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
28
29
#include "dbgcriticalsections.cpp"
30
#include "dbgtypedemangler.cpp"
31
#include "mainargs.cpp"
32
33
#include "../threads/thread.cpp"
34
#include "../threads/locks.cpp"
35
#include "../threads/promise.cpp"
36
#include "../threads/dbgasserters.cpp"
37
38
#include "../time/time.cpp"
39
#include "../time/datetime.cpp"
40
#include "../time/tickconverter.cpp"
41
42
#include "../characters/functions.cpp"
43
44
ALIB_POP_ALLOWANCE
ALib.Containers.HashTable.H
ALib.Lang.H
ALib.Monomem.H
ALib.Strings.H
ALib.Threads.H
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_precompile.hpp