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

Public Methods | |
| CommandOptionNoArg (const char *inOptionName, const char *inOptionLetter, const char *inDescription, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) | |
| CommandOptionArg contructor. More... | |
| virtual void | foundOption (CommandOptionParse *cop, const char *value=0) |
| CommandOptionNoArg::foundOption will evpect a nil "value" passed in. More... | |
Public Attributes | |
| int | numSet |
| The number of times this value has been set. More... | |
|
|
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.2.8.1 written by Dimitri van Heesch,
© 1997-2001