ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
enumrecords
enumrecords.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/enumrecords/enumrecords.prepro.hpp
"
10
#if !ALIB_MONOMEM || !ALIB_CONTAINERS
11
# include <unordered_map>
12
#endif
13
//============================================= Imports ============================================
14
# if ALIB_MONOMEM && ALIB_CONTAINERS
15
# include "
ALib.Monomem.H
"
16
# include "
ALib.Containers.HashTable.H
"
17
# endif
18
# include "
ALib.EnumRecords.H
"
19
# include "
ALib.EnumRecords.Bootstrap.H
"
20
//========================================== Implementation ========================================
21
#include "records.cpp"
22
#include "bootstrap/recordparser.cpp"
ALib.Containers.HashTable.H
ALib.EnumRecords.Bootstrap.H
ALib.EnumRecords.H
ALib.Monomem.H
alib_precompile.hpp
enumrecords.prepro.hpp