ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.Expressions.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_EXPRESSIONS
9#define H_ALIB_EXPRESSIONS
10#pragma once
11#ifndef HPP_ALIB
12# include "alib/alib.prepro.hpp"
13#endif
14
15#if ALIB_EXPRESSIONS
16//=========================================== Dependencies =========================================
17#include "ALib.Singletons.H"
22#include "ALib.Strings.Vector.H"
23#include "ALib.Strings.Token.H"
27#include "ALib.EnumRecords.H"
28#include "ALib.Resources.H"
29#include "ALib.Format.H"
30#include "ALib.Exceptions.H"
31#include "ALib.Variables.H"
32#include "ALib.Camp.H"
33
35
36#include <stack>
37#include <bitset>
38#include <vector>
39//============================================= Imports ============================================
40#if ALIB_C20_MODULES
41import ALib.Expressions;
42#else
52
53#endif // ALIB_C20_MODULES
54#endif // ALIB_EXPRESSIONS
55#endif // H_ALIB_EXPRESSIONS