11#ifndef __MEAL_Argument_Header
12#define __MEAL_Argument_Header
44 virtual void apply ()
const = 0;
The value of an argument.
Definition Argument.h:36
virtual void apply() const =0
Apply the value of this Argument.
virtual ~Value()
Destructor.
Definition Argument.C:18
virtual std::string get_string() const =0
Return a string representation of the value, if posssible.
Pure virtual base class of function arguments.
Definition Argument.h:25
static bool verbose
Verbosity flag.
Definition Argument.h:30
virtual ~Argument()
Destructor.
Definition Argument.C:11
Namespace in which all modeling and calibration related code is declared.
Definition ExampleComplex2.h:16