15 namespace DtCmdLine {
class Arg;}
32 virtual operator DtCmdLine::Arg*() = 0;
41 virtual const DtString&
type()
const = 0;
virtual ~DtLgrArg()
Destructor.
Definition: lgrArg.h:29
virtual DtString valueAsString() const =0
Get the value of the argument as a string.
virtual void setValueString(const DtString &value)=0
Set the value of the argument as a string.
virtual const DtString & type() const =0
Get the type of the argument (A Runtime type).
virtual bool isArgSet() const =0
Get whether the argument was set.
virtual DtString toDebugString() const =0
Get the debug output of the argument for error messages.
Base logger argument which contains the interface for DtLgrValueArg.
Definition: lgrArg.h:21
DtLgrArg()
Base Constructor.
Definition: lgrArg.h:26
virtual std::vector< DtString > valueAsStringList() const =0
Get the value of the argument as a string.