12#ifndef MCRL2_UTILITIES_INPUT_TOOL_H
13#define MCRL2_UTILITIES_INPUT_TOOL_H
37 if (1 < parser.arguments.size())
39 parser.error(
"too many file arguments");
47 return "[OPTION]... [INFILE]\n";
55 if (0 < parser.arguments.size())
64 std::ostringstream out;
73 return description +
" If INFILE is not present, standard input is used.";
79 const std::string& author,
80 const std::string& what_is,
81 const std::string& tool_description,
82 std::string known_issues =
""
84 :
tool(name, author, what_is, tool_description, known_issues)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...