NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
commandlineparser.hpp File Reference
#include <string>
#include <vector>
#include "structures.hpp"
#include "datamanagement/dataaccess.hpp"
Include dependency graph for commandlineparser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandLineParser
 This class provides the functionality to extract the different components of a command line into the single elements: command, expression and parameter list. Furthermore, it shall simplify the interpretation of the values in the expression and the parameter list. This shall avoid code duplication. More...