ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
recordparser.mod.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 ========================================
8module;
10#include <stdexcept>
11#if !ALIB_MONOMEM && ALIB_CONTAINERS
12# include <unordered_map>
13#endif
14//============================================= Imports ============================================
16 import ALib.Lang;
17 import ALib.EnumRecords;
18#if ALIB_MONOMEM && ALIB_CONTAINERS
19 import ALib.Monomem;
21#endif
22#if ALIB_FORMAT
23 import ALib.Format;
24#endif
25//========================================== Implementation ========================================
27#include "recordparser.cpp"
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE