ALib C++ Library
by
Library Version:
2511 R0
Documentation generated by
Loading...
Searching...
No Matches
A-Worx
ALib
src
alib
containers
detail
stringtreebase.cpp
1
//##################################################################################################
2
// ALib C++ Library
3
//
4
// Copyright 2013-2025 A-Worx GmbH, Germany
5
// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6
//##################################################################################################
7
#include "
alib_precompile.hpp
"
8
#if !defined(ALIB_C20_MODULES) || ((ALIB_C20_MODULES != 0) && (ALIB_C20_MODULES != 1))
9
# error "Symbol ALIB_C20_MODULES has to be given to the compiler as either 0 or 1"
10
#endif
11
#if ALIB_C20_MODULES
12
module
;
13
#endif
14
//========================================= Global Fragment ========================================
15
#include "
alib/containers/containers.prepro.hpp
"
16
//============================================== Module ============================================
17
#if ALIB_C20_MODULES
18
module
ALib.Containers.StringTree;
19
import
ALib.Lang;
20
import
ALib.Containers.StringTreeIterator;
21
#else
22
# include "
ALib.Lang.H
"
23
# include "
ALib.Containers.StringTree.H
"
24
# include "
ALib.Containers.StringTreeIterator.H
"
25
#endif
26
//========================================== Implementation ========================================
27
namespace
alib::containers
{
28
29
#if ALIB_DEBUG
30
uinteger
DBG_STATS_STRINGTREE_NAMES
= 0;
31
uinteger
DBG_STATS_STRINGTREE_NAME_OVERFLOWS
= 0;
32
#endif
33
34
}
// namespace [alib::containers]
ALib.Containers.StringTreeIterator.H
ALib.Containers.StringTree.H
ALib.Lang.H
alib_precompile.hpp
containers.prepro.hpp
alib::containers
Definition
hashtablebase.cpp:25
alib::containers::DBG_STATS_STRINGTREE_NAMES
uinteger DBG_STATS_STRINGTREE_NAMES
Definition
stringtreebase.cpp:30
alib::containers::DBG_STATS_STRINGTREE_NAME_OVERFLOWS
uinteger DBG_STATS_STRINGTREE_NAME_OVERFLOWS
Definition
stringtreebase.cpp:31
alib::uinteger
lang::uinteger uinteger
Type alias in namespace alib.
Definition
integers.inl:152