TAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
TAP::ValueAcceptor Class Referenceabstract

Interface class for arguments that accept a value when takes_value() is true. More...

#include <Argument.hpp>

Inheritance diagram for TAP::ValueAcceptor:
TAP::VariableArgument< T, multi > TAP::ValueArgument< T, multi >

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...
 

Detailed Description

Interface class for arguments that accept a value when takes_value() is true.

Member Function Documentation

virtual void TAP::ValueAcceptor::set ( const std::string &  value) const
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()

Parameters
valueThe value to set, as a string

Implemented in TAP::VariableArgument< T, multi >.


The documentation for this class was generated from the following file: