#include <cmdoptns.h>
Inheritance diagram for ost::CommandOptionNoArg:

Public Member Functions | |
| CommandOptionNoArg (const char *inOptionName, const char *inOptionLetter, const char *inDescription, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) | |
| CommandOptionArg contructor. | |
| virtual void | foundOption (CommandOptionParse *cop, const char *value=0) |
| CommandOptionNoArg::foundOption will evpect a nil "value" passed in. | |
Public Attributes | |
| int | numSet |
| The number of times this value has been set. | |
|
||||||||||||||||||||||||
|
CommandOptionArg contructor. This sets the optionType for this object to NoArg.
|
|
||||||||||||
|
CommandOptionNoArg::foundOption will evpect a nil "value" passed in.
Reimplemented from ost::CommandOption. |
|
|
The number of times this value has been set.
|
1.3.9.1