This header file is part of module ALib Files of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file fscanner.hpp.
Go to the source code of this file.
Classes | |
struct | ResultsPaths |
struct | ScanParameters |
Input parameters to function ScanFiles. More... | |
Namespaces | |
namespace | alib |
namespace | alib::files |
Macros | |
ALib Module Files Feature Selection | |
#define | ALIB_FILES_FORCE_STD_SCANNER 0 |
#define | ALIB_FILES_SCANNER_IMPL ALIB_FILES_SCANNER_POSIX |
#define | ALIB_FILES_SCANNER_POSIX 2 |
#define | ALIB_FILES_SCANNER_STDFS 1 |
Typedefs | |
using | ResultsPaths = files::ResultsPaths |
Type alias in namespace alib. | |
using | ScanParameters = files::ScanParameters |
Type alias in namespace alib. | |
Functions | |
ALIB_API FInfo::Qualities | ScanFiles (FTree &tree, ScanParameters ¶meters, std::vector< ResultsPaths > &resultPaths, SharedLock *lock) |
FInfo::Qualities | ScanFiles (SharedFTree &tree, ScanParameters ¶meters, std::vector< ResultsPaths > &resultPaths) |
Variables | |
String | DBG_FILES_SCAN_VERBOSE_LOG_FORMAT |