| collect enum value | ost::CommandOption | |
| CommandOption(const char *inOptionName, const char *inOptionLetter, const char *inDescription, OptionType inOptionType, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) | ost::CommandOption | |
| CommandOptionArg(const char *inOptionName, const char *inOptionLetter, const char *inDescription, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) | ost::CommandOptionArg | |
| CommandOptionWithArg(const char *inOptionName, const char *inOptionLetter, const char *inDescription, OptionType inOptionType, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) | ost::CommandOptionWithArg | |
| description | ost::CommandOption | |
| foundOption(CommandOptionParse *cop, const char *value=0) | ost::CommandOptionWithArg | [virtual] |
| foundOption(CommandOptionParse *cop, const char **value, int num) | ost::CommandOptionWithArg | [virtual] |
| hasArg enum value | ost::CommandOption | |
| hasValue() | ost::CommandOptionWithArg | [virtual] |
| next | ost::CommandOption | |
| noArg enum value | ost::CommandOption | |
| numValue | ost::CommandOptionWithArg | |
| optionLetter | ost::CommandOption | |
| optionName | ost::CommandOption | |
| OptionType enum name | ost::CommandOption | |
| optionType | ost::CommandOption | |
| parseDone(CommandOptionParse *cop) | ost::CommandOption | [virtual] |
| performTask(CommandOptionParse *cop) | ost::CommandOption | [virtual] |
| required | ost::CommandOption | |
| trailing enum value | ost::CommandOption | |
| values | ost::CommandOptionWithArg | |
| ~CommandOption() | ost::CommandOption | [virtual] |
| ~CommandOptionArg() | ost::CommandOptionArg | [virtual] |
| ~CommandOptionWithArg() | ost::CommandOptionWithArg | [virtual] |