ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
format
format.uni.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 ========================================
8
#include "
alib_precompile.hpp
"
9
#include <cmath>
10
#include "
alib/boxing/boxing.prepro.hpp
"
11
//============================================= Imports ============================================
12
# include "
ALib.Lang.H
"
13
# include "
ALib.Strings.H
"
14
# include "
ALib.Format.StdImplementation.H
"
15
# include "
ALib.Format.FormatterPythonStyle.H
"
16
# include "
ALib.Format.FormatterJavaStyle.H
"
17
# include "
ALib.Format.PropertyFormatter.H
"
18
# include "
ALib.Format.Paragraphs.H
"
19
# include "
ALib.Exceptions.H
"
20
# include "
ALib.Strings.Calendar.H
"
21
#if ALIB_DEBUG_BOXING
22
# include "
ALib.Monomem.H
"
23
# if ALIB_DEBUG_CONTAINERS
24
# include "
ALib.Containers.HashTable.H
"
25
# endif
26
#endif
27
#if ALIB_DEBUG_RESOURCES
28
# include "
ALib.Resources.H
"
29
#endif
30
#if ALIB_CAMP
31
# include "
ALib.Camp.Base.H
"
32
#endif
33
//========================================== Implementation ========================================
34
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
35
#include "formatter.cpp"
36
#include "formatterstdimpl.cpp"
37
#include "formatterpythonstyle.cpp"
38
#include "formatterjavastyle.cpp"
39
#include "fmtvarious.cpp"
40
#include "paragraphs.cpp"
41
#include "propertyformatter.cpp"
42
#include "extensions/boxing_format_debug.cpp"
43
#include "extensions/resources_debug.cpp"
44
ALIB_POP_ALLOWANCE
ALib.Camp.Base.H
ALib.Containers.HashTable.H
ALib.Exceptions.H
ALib.Format.FormatterJavaStyle.H
ALib.Format.FormatterPythonStyle.H
ALib.Format.Paragraphs.H
ALib.Format.PropertyFormatter.H
ALib.Format.StdImplementation.H
ALib.Lang.H
ALib.Monomem.H
ALib.Resources.H
ALib.Strings.Calendar.H
ALib.Strings.H
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
Definition
alib.prepro.hpp:555
ALIB_POP_ALLOWANCE
#define ALIB_POP_ALLOWANCE
Definition
alib.prepro.hpp:651
alib_precompile.hpp
boxing.prepro.hpp