ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
filetree
ftfile.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/boxing/boxing.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
//============================================= Imports ============================================
17
module
ALib.FileTree
;
18
import
ALib.Lang
;
19
import
ALib.Characters.Functions
;
20
import
ALib.Strings
;
21
import
ALib.Strings.Calendar
;
22
# if ALIB_EXPRESSIONS
23
import
ALib.Expressions
;
24
# endif
25
# if ALIB_DEBUG
26
import
ALib.Format
;
27
# endif
28
//========================================== Implementation ========================================
29
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
30
#include "ftfile.cpp"
31
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
boxing.prepro.hpp
filetree.prepro.hpp
ALib.Characters.Functions
ALib.Expressions
ALib.FileTree
ALib.Format
ALib.Lang
ALib.Strings.Calendar
ALib.Strings