10 #ifndef lgrUnlabledMultiArg_H_
11 #define lgrUnlabledMultiArg_H_
19 #include <vlutil/vlString.h>
24 template <
typename ValueType>
30 bool req, ValueType value,
const std::string& typeDesc);
41 virtual operator DtCmdLine::Arg*();
45 virtual const DtString&
type()
const;
54 #define lgrUnlabledMultiArg_INC_
55 #include "lgrUnlabledMultiArg.inl"
56 #undef lgrUnlabledMultiArg_INC_
virtual DtString toDebugString() const
Get the debug output of the argument for error messages.
Definition: lgrUnlabledMultiArg.h:29
This file declares the class DtCmdLine::ReplacedUnlabeledMultiArg.
DtLgrUnlabledValueArg(const std::string &name, const std::string &desc, bool req, ValueType value, const std::string &typeDesc)
Definition: lgrUnlabledMultiArg.h:15
Contains MAKLogger::DtAnyValue and MAKLogger::DtValue and MAKLogger::DtValueList classes.
Just like a MultiArg, except that the DtCmdLine::Arguments are unlabeled.
Definition: replacedCmdUnlabledMultiArg.h:42
virtual ~DtLgrUnlabledValueArg()
Definition: lgrUnlabledMultiArg.h:24
virtual void setValueString(const DtString &value)
Set the value of the argument as a string.
Definition: lgrUnlabledMultiArg.h:76
DtLgrUnlabledValueArg & operator=(const DtLgrUnlabledValueArg &)
Not Implemented.
Contains MAKLogger::DtLgrValueArg and MAKLogger::DtLgrArg and MAKLogger::DtLgrMultiArg and MAKLogger:...
Base logger argument which contains the interface for DtLgrValueArg.
Definition: lgrArg.h:21
virtual const DtString & type() const
Get the type of the argument (A Runtime type).
Definition: lgrUnlabledMultiArg.h:48
Logger version of the Unlabeled Value Argument.
Definition: lgrUnlabledMultiArg.h:25
virtual std::vector< DtString > valueAsStringList() const
Get the value of the argument as a string.
Definition: lgrUnlabledMultiArg.h:62
virtual bool isArgSet() const
Get whether the argument was set.
Definition: lgrUnlabledMultiArg.h:35
virtual DtString valueAsString() const
Get the value of the argument as a string.
Definition: lgrUnlabledMultiArg.h:54