|
| | DtLgrUnlabledValueArg (const std::string &name, const std::string &desc, bool req, ValueType value, const std::string &typeDesc) |
| |
| virtual | ~DtLgrUnlabledValueArg () |
| |
| virtual | operator DtCmdLine::Arg * () |
| | Convert LgrArg to CmdLine Arg. More...
|
| |
| virtual DtString | toDebugString () const |
| | Get the debug output of the argument for error messages. More...
|
| |
| virtual bool | isArgSet () const |
| | Get whether the argument was set. More...
|
| |
| virtual const DtString & | type () const |
| | Get the type of the argument (A Runtime type). More...
|
| |
| virtual DtString | valueAsString () const |
| | Get the value of the argument as a string. More...
|
| |
| virtual std::vector< DtString > | valueAsStringList () const |
| | Get the value of the argument as a string. More...
|
| |
| virtual void | setValueString (const DtString &value) |
| | Set the value of the argument as a string. More...
|
| |
| | ReplacedUnlabeledMultiArg (const std::string &name, const std::string &desc, const std::string &typeDesc, bool ignoreable=false, DtCmdLine::Visitor *v=NULL) |
| | Constructor. More...
|
| |
| | ReplacedUnlabeledMultiArg (const std::string &name, const std::string &desc, const std::string &typeDesc, DtCmdLine::CmdLineInterface &parser, bool ignoreable=false, DtCmdLine::Visitor *v=NULL) |
| | Constructor. More...
|
| |
| | ReplacedUnlabeledMultiArg (const std::string &name, const std::string &desc, const std::vector< ValueType > &allowed, bool ignoreable=false, DtCmdLine::Visitor *v=NULL) |
| | Constructor. More...
|
| |
| | ReplacedUnlabeledMultiArg (const std::string &name, const std::string &desc, const std::vector< ValueType > &allowed, DtCmdLine::CmdLineInterface &parser, bool ignoreable=false, DtCmdLine::Visitor *v=NULL) |
| | Constructor. More...
|
| |
| virtual bool | processArg (int *i, std::vector< std::string > &args) |
| | Handles the processing of the DtCmdLine::Argument. More...
|
| |
| virtual std::string | shortID (const std::string &val) const |
| | Returns the a short id string. More...
|
| |
| virtual std::string | longID (const std::string &val) const |
| | Returns the a long id string. More...
|
| |
| virtual void | addToList (std::list< DtCmdLine::Arg * > &argList) const |
| | Pushes this to back of list rather than front. More...
|
| |
| | DtLgrArg () |
| | Base Constructor. More...
|
| |
| virtual | ~DtLgrArg () |
| | Destructor. More...
|
| |
template<typename ValueType>
class MAKLogger::DtLgrUnlabledValueArg< ValueType >
Logger version of the Unlabeled Value Argument.