|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |
#include "ot/auxil/CommandLineOption.h"
Method Summary | |
virtual ArgumentType |
getArgumentType() const=0 |
virtual void |
setArgument(const String& arg)=0 |
virtual void |
setPresent(const String& howSpecified, OptionType optionTypeUsed)=0 |
virtual bool |
testLongOption(const String& option) const=0 |
virtual bool |
testShortOption(CharType option) const=0 |
Enumerations |
enum ArgumentType { |
none, |
|
|
optional, |
|
|
mandatory} |
|
enum OptionType { |
ShortOption, |
|
|
LongOption} |
|
Method Detail |
virtual ArgumentType getArgumentType() const=0
virtual void setArgument(const String& arg)=0
virtual void setPresent(const String& howSpecified, OptionType optionTypeUsed)=0
virtual bool testLongOption(const String& option) const=0
virtual bool testShortOption(CharType option) const=0
|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |