ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
ALib.FileTree.H
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of the \aliblong.
4
///
5
/// Copyright 2013-2026 A-Worx GmbH, Germany.
6
/// Published under #"mainpage_license".
7
//==================================================================================================
8
#ifndef H_ALIB_FILETREE
9
#define H_ALIB_FILETREE
10
#pragma once
11
#ifndef HPP_ALIB
12
# include "
alib/alib.prepro.hpp
"
13
#endif
14
15
#if ALIB_FILETREE
16
//=========================================== Dependencies =========================================
17
#include "
ALib.Monomem.StdContainers.H
"
18
#include "
ALib.Monomem.SharedMonoVal.H
"
19
#include "
ALib.Containers.List.H
"
20
#include "
ALib.Containers.HashTable.H
"
21
#include "
ALib.Containers.LRUCacheTable.H
"
22
#include "
ALib.Containers.StringTree.H
"
23
#include "
ALib.Boxing.H
"
24
#include "
ALib.Strings.StdIOStream.H
"
25
#include "
ALib.Resources.H
"
26
#include "
ALib.System.H
"
27
#include "
ALib.Format.Paragraphs.H
"
28
#include "
ALib.Exceptions.H
"
29
#include "
ALib.Camp.H
"
30
31
#include "
alib/filetree/filetree.prepro.hpp
"
32
33
#include <stack>
34
#include <bitset>
35
#include <vector>
36
#include <memory>
37
38
//============================================= Imports ============================================
39
#if ALIB_C20_MODULES
40
import
ALib.FileTree
;
41
#else
42
#include "
alib/filetree/filetreecamp.hpp
"
43
#include "
alib/filetree/ftvalue.hpp
"
44
#include "
alib/filetree/ftree.hpp
"
45
#include "
alib/filetree/ffilter.hpp
"
46
#include "
alib/filetree/fscanner.hpp
"
47
48
#endif
// ALIB_C20_MODULES
49
#endif
// ALIB_FILETREE
50
#endif
// H_ALIB_FILETREE
ALib.Boxing.H
ALib.Camp.H
ALib.Containers.HashTable.H
ALib.Containers.LRUCacheTable.H
ALib.Containers.List.H
ALib.Containers.StringTree.H
ALib.Exceptions.H
ALib.Format.Paragraphs.H
ALib.Monomem.SharedMonoVal.H
ALib.Monomem.StdContainers.H
ALib.Resources.H
ALib.Strings.StdIOStream.H
ALib.System.H
alib.prepro.hpp
ffilter.hpp
filetree.prepro.hpp
filetreecamp.hpp
fscanner.hpp
ftree.hpp
ftvalue.hpp
ALib.FileTree