10 #ifndef lgrMultiArg_H_
11 #define lgrMultiArg_H_
17 #include <cmdLine/cmdMultiArg.h>
19 #include <vlutil/vlString.h>
25 template <
typename ValueType>
31 const std::string& desc,
bool req,
const std::string& typeDesc);
42 virtual operator DtCmdLine::Arg*();
51 virtual const DtString&
type()
const;
63 #define lgrMultiArg_INC_
64 #include "lgrMultiArg.inl"
65 #undef lgrMultiArg_INC_
Contains MAKLogger::DtAnyValue and MAKLogger::DtValue and MAKLogger::DtValueList classes.
DtLgrMultiArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, const std::string &typeDesc)
Definition: lgrMultiArg.h:15
DtLgrMultiArg & operator=(const DtLgrMultiArg &)
Not Implemented.
virtual bool isArgSet() const
Get whether the argument was set.
Definition: lgrMultiArg.h:42
Contains Logger exceptions.
virtual const DtString & type() const
Get the type of the argument (A Runtime type).
Definition: lgrMultiArg.h:48
virtual DtString toDebugString() const
Get the debug output of the argument for error messages.
Definition: lgrMultiArg.h:36
Value argument which adds type information and encoding decoding.
Definition: lgrMultiArg.h:26
virtual std::vector< DtString > valueAsStringList() const
Get the value of the argument as a string.
Definition: lgrMultiArg.h:65
virtual void setValueString(const DtString &value)
Set the value of the argument as a string.
Definition: lgrMultiArg.h:79
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 DtString valueAsString() const
Get the value of the argument as a string.
Definition: lgrMultiArg.h:54
virtual ~DtLgrMultiArg()
Definition: lgrMultiArg.h:24