ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
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"
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"
25# include "ALib.Strings.H"
26//========================================== Implementation ========================================
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
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE