ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
filetree
ftree.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 "
alib/alox/alox.prepro.hpp
"
10
#include "
alib/filetree/filetree.prepro.hpp
"
11
#if !defined ( _WIN32 )
12
# include <pwd.h>
13
# include <grp.h>
14
#endif
15
16
17
//============================================= Imports ============================================
18
module
ALib.FileTree
;
19
import
ALib.Lang
;
20
import
ALib.Characters.Functions
;
21
import
ALib.Strings
;
22
import
ALib.Containers.StringTreeIterator
;
23
# if ALIB_ALOX
24
import
ALib.ALox
;
25
import
ALib.ALox.Impl
;
26
# endif
27
# if ALIB_EXPRESSIONS
28
import
ALib.Expressions
;
29
# endif
30
# if ALIB_DEBUG
31
import
ALib.Format
;
32
# endif
33
//========================================== Implementation ========================================
34
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
35
#include "ftree.cpp"
36
ALIB_POP_ALLOWANCE
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
alox.prepro.hpp
filetree.prepro.hpp
ALib.ALox.Impl
ALib.ALox
ALib.Characters.Functions
ALib.Containers.StringTreeIterator
ALib.Expressions
ALib.FileTree
ALib.Format
ALib.Lang
ALib.Strings