ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
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"
19#include "ALib.Monomem.H"
20#include "ALib.Strings.H"
21#include "ALib.Boxing.H"
22
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
34import ALib.EnumRecords;
35#else
40
41#if ALIB_BOXING
43#endif
44
45#endif // ALIB_C20_MODULES
46#endif // ALIB_ENUMRECORDS
47#endif // H_ALIB_ENUMRECORDS