25#include "../commandlineparser.hpp"
26#include "../datamanagement/memorymanager.hpp"
27#include "../settings.hpp"
28#include "../ParserLib/muParser.h"
34bool generateTemplate(
const std::string& sFile,
const std::string& sTempl,
const std::vector<std::string>& vTokens,
Settings& _option);
This class provides the functionality to extract the different components of a command line into the ...
This class manages the setting values of the internal (kernel) settings of this application.
bool generateTemplate(const std::string &sFile, const std::string &sTempl, const std::vector< std::string > &vTokens, Settings &_option)
bool removeFile(CommandLineParser &cmdParser)
Removes one or more files from the disk.
bool moveOrCopyFiles(CommandLineParser &cmdParser)
Moves or copies files from one location to another. Supports also wildcards and file lists.
Namespace for mathematical applications.