ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.App.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_APP
9#define H_ALIB_APP
10#pragma once
11#ifndef HPP_ALIB
12# include "alib/alib.prepro.hpp"
13#endif
14
15#if ALIB_APP
16//=========================================== Dependencies =========================================
17#include "ALib.Singletons.H"
23#include "ALib.Strings.Vector.H"
24#include "ALib.Strings.Token.H"
27#include "ALib.Resources.H"
29#include "ALib.Exceptions.H"
30#include "ALib.System.H"
31#include "ALib.Camp.H"
32#include "ALib.ALox.H"
33
35
36#include <stack>
37#include <bitset>
38#include <vector>
39//============================================= Imports ============================================
40#if ALIB_C20_MODULES
41import ALib.App;
42#else
43#include "alib/app/appcamp.hpp"
45#include "alib/app/cli.hpp"
46#include "alib/app/cliutil.hpp"
47#include "alib/app/app.hpp"
48
49#endif
50#endif // ALIB_C20_MODULES
51#endif // H_ALIB_APP