![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
This is the complete list of members for Option, including all inherited members.
checkAlreadyParsed(const PString &longOption) | Option | private |
checkArgument() const | Option | |
copyOption(const Option &other) | Option | protected |
getDocString() const | Option | |
getDocString() | Option | |
getLongName() const | Option | |
getLongName() | Option | |
getPossibleOption(PString &possibleOption, const PString &cursorOption) const | Option | |
getPossibleValue(PString &possibleValue, const PString &cursorOption) const | Option | |
getShortName() const | Option | |
getShortName() | Option | |
getValue() const | Option | |
getValue() | Option | |
initialisationOption() | Option | private |
isAllowEmpty() const | Option | |
isAllowEmpty() | Option | |
isParsed() const | Option | |
isParsed() | Option | |
isRequired() const | Option | |
isRequired() | Option | |
operator=(const Option &other) | Option | |
Option() | Option | |
Option(const PString &longName, const PString &shortName, const PString &docString) | Option | |
Option(const PString &longName, const PString &shortName, const OptionValue &value, const PString &docString) | Option | |
Option(const PString &longName, const PString &shortName, const OptionValue &value, bool isRequired, const PString &docString) | Option | |
Option(const PString &longName, const PString &shortName, bool isRequired, const PString &docString) | Option | |
Option(const Option &other) | Option | |
p_docString | Option | private |
p_firstPartParsedOption | Option | private |
p_isAllowEmpty | Option | private |
p_isParsed | Option | private |
p_isRequired | Option | private |
p_longName | Option | private |
p_shortName | Option | private |
p_value | Option | private |
parseOption(ArgParser &parser) | Option | |
parsePartOption(ArgParser &parser, const PString &prefix, const PString &optionName) | Option | private |
print(const PString &indentation="") const | Option | |
setDocString(const PString &docString) | Option | |
setIsAllowEmpty(bool isAllowEmpty) | Option | |
setIsParsed(bool isParsed) | Option | |
setIsRequired(bool isRequired) | Option | |
setLongName(const PString &longName) | Option | |
setShortName(const PString &shortName) | Option | |
setValue(const OptionValue &value) | Option | |
~Option() | Option | virtual |