Interface class for arguments that accept a value when takes_value() is true. More...
#include <Argument.hpp>
Public Member Functions | |
virtual void | set (const std::string &value) const =0 |
Set the argument (mark as occurred), and assign a value to it. More... | |
Interface class for arguments that accept a value when takes_value() is true.
|
pure virtual |
Set the argument (mark as occurred), and assign a value to it.
The parameter is a string representing the value. See also Argument::set()
value | The value to set, as a string |
Implemented in TAP::VariableArgument< T, multi >.