MeVisLab Toolbox Reference
MLFileListToolsSystem.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
7//----------------------------------------------------------------------------------
8#pragma once
9
10#include <FMEGlobalSystemDefs.h>
11
14namespace FileListTools {
15}
16
18#ifdef MLFILE_LIST_TOOLS_EXPORTS
19 // Use the MLFILE_LIST_TOOLS_EXPORT macro to export classes and functions
20 #define MLFILE_LIST_TOOLS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
21#else
22 // If included by external modules, exported symbols are declared as import symbols
23 #define MLFILE_LIST_TOOLS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
24#endif
25
Namespace containing a number of tools and classes to scan directories for files, assign attributes t...