Include file:
#include "mcrl2/utilities/input_input_tool.h
mcrl2::utilities::tools::
input_input_tool
¶Base class for tools that take two files as input.
mcrl2::utilities::tools::input_input_tool::
m_input_filename1
¶The first input file name.
mcrl2::utilities::tools::input_input_tool::
m_input_filename2
¶The second input file name.
check_positional_options
(const command_line_parser &parser)Checks if the number of positional options is OK.
Parameters:
input_file_message
() const¶Returns a message about the input filename.
make_tool_description
(const std::string &description) constAdds a message about input and output files to the given description.
parse_options
(const command_line_parser &parser)Parse non-standard options.
Parameters:
synopsis
() constReturns the synopsis of the tool.
input_filename1
()¶Returns a reference to the first input filename.
input_filename1
() const¶Returns a const reference to the first input filename.
input_filename2
()¶Returns a reference to the first second filename.
input_filename2
() const¶Returns a const reference to the second input filename.
input_input_tool
(const std::string &name, const std::string &author, const std::string &what_is, const std::string &tool_description, std::string known_issues = "")¶Constructor.