ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
ALib.Lang.H
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of the \aliblong.
4
///
5
/// Copyright 2013-2026 A-Worx GmbH, Germany.
6
/// Published under #"mainpage_license".
7
//==================================================================================================
8
#ifndef H_ALIB_LANG
9
#define H_ALIB_LANG
10
#pragma once
11
#ifndef HPP_ALIB
12
# include "
alib/alib.prepro.hpp
"
13
#endif
14
15
//=========================================== Dependencies =========================================
16
#if defined(_WIN32)
17
#include <intrin.h>
18
#endif
19
#include <algorithm>
20
#include <array>
21
#include <chrono>
22
#include <cmath>
23
#include <cstring>
24
#include <memory>
25
#include <span>
26
#include <string>
27
#include <string_view>
28
#include <typeindex>
29
#include <vector>
30
31
#if ALIB_DEBUG
32
#include <any>
33
#include <iostream>
34
#endif
35
36
//============================================= Imports ============================================
37
#if ALIB_C20_MODULES
38
import
ALib.Lang
;
39
#else
40
#include "
alib/lang/callerinfo.hpp
"
41
#include "
alib/lang/assert.hpp
"
42
#include "
alib/lang/mainargs.hpp
"
43
#include "
alib/lang/chk_nc.hpp
"
44
#include "
alib/lang/tmp.hpp
"
45
#include "
alib/lang/placeholder.hpp
"
46
#include "
alib/lang/integers.hpp
"
47
#include "
alib/lang/dbgtypedemangler.hpp
"
48
#include "
alib/lang/dbgcriticalsections.hpp
"
49
#include "
alib/lang/sidilist.hpp
"
50
#include "
alib/lang/bidilist.hpp
"
51
#include "
alib/lang/allocation.hpp
"
52
#include "
alib/lang/commonenumdefs.hpp
"
53
#include "
alib/lang/bits.hpp
"
54
#include "
alib/lang/bitset.hpp
"
55
#include "
alib/lang/owner.hpp
"
56
#include "
alib/lang/plugins.hpp
"
57
#include "
alib/lang/stdtypeinfofunctors.hpp
"
58
59
#include "
alib/characters/chartypes.hpp
"
60
#include "
alib/characters/chartraits.hpp
"
61
#include "
alib/characters/chartraits_stdtypes.hpp
"
62
#endif
// ALIB_C20_MODULES
63
#endif
// H_ALIB_LANG
alib.prepro.hpp
allocation.hpp
assert.hpp
bidilist.hpp
bits.hpp
bitset.hpp
callerinfo.hpp
chartraits.hpp
chartraits_stdtypes.hpp
chartypes.hpp
chk_nc.hpp
commonenumdefs.hpp
dbgcriticalsections.hpp
dbgtypedemangler.hpp
integers.hpp
placeholder.hpp
plugins.hpp
mainargs.hpp
ALib.Lang
owner.hpp
sidilist.hpp
stdtypeinfofunctors.hpp
tmp.hpp