Base logger argument which contains the interface for DtLgrValueArg. More...
Inheritance diagram for MAKLogger::DtLgrArg:Public Member Functions | |
| DtLgrArg () | |
| Base Constructor. | |
| virtual | ~DtLgrArg () |
| Destructor. | |
| virtual | operator DtCmdLine::Arg * ()=0 |
| Convert LgrArg to CmdLine Arg. | |
| virtual DtString | toDebugString () const =0 |
| Get the debug output of the argument for error messages. | |
| virtual bool | isArgSet () const =0 |
| Get whether the argument was set. | |
| virtual const DtString & | type () const =0 |
| Get the type of the argument (A Runtime type). | |
| virtual DtString | valueAsString () const =0 |
| Get the value of the argument as a string. | |
| virtual std::vector< DtString > | valueAsStringList () 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. | |
Base logger argument which contains the interface for DtLgrValueArg.