ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
format
propertyformatter.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 ========================================
8
module
;
9
#include <vector>
10
#include "
alib/alib.prepro.hpp
"
11
//============================================= Imports ============================================
12
module
ALib.Format.PropertyFormatter
;
13
import
ALib.Lang
;
14
import
ALib.Strings
;
15
import
ALib.Strings.Escaper
;
16
import
ALib.Exceptions
;
17
# if ALIB_CAMP
18
import
ALib.Camp.Base
;
19
# endif
20
//========================================== Implementation ========================================
21
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
22
#include "propertyformatter.cpp"
23
ALIB_POP_ALLOWANCE
alib.prepro.hpp
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.Camp.Base
ALib.Exceptions
ALib.Format.PropertyFormatter
ALib.Lang
ALib.Strings.Escaper
ALib.Strings