ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
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 ========================================
8module;
11#if !defined ( _WIN32 )
12# include <pwd.h>
13# include <grp.h>
14#endif
15
16
17//============================================= Imports ============================================
18module ALib.FileTree;
19 import ALib.Lang;
21 import ALib.Strings;
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 ========================================
35#include "ftree.cpp"
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE