![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
This is the complete list of members for Option, including all inherited members.
checkAlreadyParsed(const std::string &longOption) | Option | private |
checkArgument() const | Option | |
copyOption(const Option &other) | Option | protected |
getDocString() const | Option | |
getDocString() | Option | |
getLongName() const | Option | |
getLongName() | Option | |
getPossibleOption(std::string &possibleOption, const std::string &cursorOption) const | Option | |
getPossibleValue(std::string &possibleValue, const std::string &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(const std::string &longName="", const std::string &shortName="", const std::string &docString="") | Option | |
Option(const std::string &longName, const std::string &shortName, const OptionValue &value, const std::string &docString="") | Option | |
Option(const std::string &longName, const std::string &shortName, const OptionValue &value, bool isRequired, const std::string &docString="") | Option | |
Option(const std::string &longName, const std::string &shortName, bool isRequired, const std::string &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 std::string &prefix, const std::string &optionName) | Option | private |
print(const std::string &indentation="") const | Option | |
setDocString(const std::string &docString) | Option | |
setIsAllowEmpty(bool isAllowEmpty) | Option | |
setIsParsed(bool isParsed) | Option | |
setIsRequired(bool isRequired) | Option | |
setLongName(const std::string &longName) | Option | |
setShortName(const std::string &shortName) | Option | |
setValue(const OptionValue &value) | Option | |
~Option() | Option | virtual |