Include file:
#include "mcrl2/utilities/parallel_tool.h
mcrl2::utilities::tools::
parallel_tool
¶Base class for tools that are using multiple threads.
mcrl2::utilities::tools::parallel_tool::
m_number_of_threads
¶The number of threads in the parallel tool.
add_options
(utilities::interface_description &desc)Add the threads option to an interface description.
Parameters:
parse_options
(const utilities::command_line_parser &parser)Parse non-standard options.
Parameters:
number_of_threads
() const¶Returns the number of threads in this tool.
Returns: The number of threads.
parallel_tool
(const std::string &name, const std::string &author, const std::string &what_is, const std::string &tool_description, std::string known_issues = "")¶Constructor.