ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
ALib.EnumRecords.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_ENUMRECORDS
9
#define H_ALIB_ENUMRECORDS
10
#pragma once
11
#ifndef HPP_ALIB
12
# include "
alib/alib.prepro.hpp
"
13
#endif
14
15
#if ALIB_ENUMRECORDS
16
//=========================================== Dependencies =========================================
17
#include "
ALib.Singletons.H
"
18
#include "
ALib.Containers.HashTable.H
"
19
#include "
ALib.Monomem.H
"
20
#include "
ALib.Strings.H
"
21
#include "
ALib.Boxing.H
"
22
23
#include "
alib/enumrecords/enumrecords.prepro.hpp
"
24
25
#if !ALIB_CONTAINERS
26
#include <unordered_map>
27
#endif
28
29
#if ALIB_BOXING && ALIB_DEBUG_BOXING
30
#include <vector>
31
#endif
32
//============================================= Imports ============================================
33
#if ALIB_C20_MODULES
34
import
ALib.EnumRecords
;
35
#else
36
#include "
alib/enumrecords/detail/enumrecordmap.hpp
"
37
#include "
alib/enumrecords/records.hpp
"
38
#include "
alib/enumrecords/serialization.hpp
"
39
#include "
alib/enumrecords/builtin.hpp
"
40
41
#if ALIB_BOXING
42
#include "
alib/enumrecords/boxing_enums.hpp
"
43
#endif
44
45
#endif
// ALIB_C20_MODULES
46
#endif
// ALIB_ENUMRECORDS
47
#endif
// H_ALIB_ENUMRECORDS
ALib.Boxing.H
ALib.Containers.HashTable.H
ALib.Monomem.H
ALib.Singletons.H
ALib.Strings.H
alib.prepro.hpp
boxing_enums.hpp
builtin.hpp
enumrecordmap.hpp
enumrecords.prepro.hpp
ALib.EnumRecords
records.hpp
serialization.hpp