ost::CommandOptionArg
Class for options with an argument e.g.
- Provided by: libcommoncpp2-doc (Version: 1.8.1-10)
- Source: libcommoncpp2
- Report a bug
Class for options with an argument e.g.
#include <cmdoptns.h>
Inherits ost::CommandOptionWithArg.
CommandOptionArg (const char *inOptionName, const char
*inOptionLetter, const char *inDescription, bool inRequired=false,
CommandOption **ppNext=&defaultCommandOptionList)
CommandOptionArg contructor. virtual ~CommandOptionArg ()
Class for options with an argument e.g.
--option value .
Examples
cmdlineopt.cpp.
CommandOptionArg contructor. This sets the optionType for this object to HasArg.
Parameters
Generated automatically by Doxygen for GNU CommonC++ from the source code.