logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ost::CommandOptionArg - Class for options with an argument e.g.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                        ost::CommandOptionArg(3)

Constructor & Destructor Documentation

ost::CommandOptionArg::CommandOptionArg(constchar*inOptionName,constchar*inOptionLetter,constchar*inDescription,boolinRequired=false,CommandOption**ppNext=&defaultCommandOptionList)CommandOptionArg contructor. This sets the optionType for this object to HasArg.

       ParametersinOptionName long option name
           inOptionLetter short letter name
           inDescription short description of the option
           inRequired true if option is required
           ppNext the linked list header

   virtualost::CommandOptionArg::~CommandOptionArg()[virtual]

Detailed Description

       Class for options with an argument e.g.

       --option value .

       Examplescmdlineopt.cpp.

Name

       ost::CommandOptionArg - Class for options with an argument e.g.

Synopsis

       #include <cmdoptns.h>

       Inherits ost::CommandOptionWithArg.

   PublicMemberFunctionsCommandOptionArg (const char *inOptionName, const char *inOptionLetter, const char *inDescription, bool
           inRequired=false, CommandOption **ppNext=&defaultCommandOptionList)
           CommandOptionArg contructor.
       virtual ~CommandOptionArg ()

   AdditionalInheritedMembers

See Also