ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
strings
strings.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 "
alib/strings/strings.prepro.hpp
"
10
#if ALIB_MONOMEM && ALIB_DEBUG
11
# include <cstring>
12
#endif
13
//============================================= Imports ============================================
14
# include "
ALib.Lang.H
"
15
# include "
ALib.Strings.H
"
16
# include "
ALib.Strings.StdIOStream.H
"
17
//========================================== Implementation ========================================
18
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
19
#include "string.cpp"
20
#include "astring.cpp"
21
#include "substring.cpp"
22
#include "numberformat.cpp"
23
#include "detail/numberconversion.cpp"
24
#include "stdiostream.cpp"
25
ALIB_POP_ALLOWANCE
ALib.Lang.H
ALib.Strings.H
ALib.Strings.StdIOStream.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
strings.prepro.hpp