This is the complete list of members for options::parser, including all inherited members.
fCheckConsistency() | options::parser | protected |
fComplainAndLeave(bool aWithHelp=true) | options::parser | virtual |
fGetErrorStream() const | options::parser | |
fGetHelpReturnValue() const | options::parser | inline |
fGetInstance() | options::parser | static |
fGetProgName() const | options::parser | inline |
fGetSecondaryAssignment() const | options::parser | inline |
fGetStuffAfterMinusMinus() | options::parser | inline |
fHelp() | options::parser | |
fIsParsingDone() const | options::parser | |
fParse(int argc, const char *argv[]) | options::parser | |
fParse(int argc, char *argv[]) | options::parser | |
fPrintEscapedString(std::ostream &aStream, const std::string &aString) | options::parser | static |
fPrintOptionHelp(std::ostream &aMessageStream, const base &aOption, std::size_t aMaxName, std::size_t aMaxExplain, size_t lineLenght) const | options::parser | protected |
fReadCfgFile(const std::string &aFileName, const options::internal::sourceItem &aSource, bool aMayBeAbsent=false) | options::parser | |
fReadConfigFiles() | options::parser | protected |
fReCaptureEscapedString(std::string &aDest, const std::string &aSource) | options::parser | static |
fRequire(const base *aOtherOption) | options::parser | virtual |
fRequire(std::vector< const base * > aOtherOptions) | options::parser | virtual |
fSetAssignmentChars(char aPrimary='=', char aSecondary=':') | options::parser | |
fSetErrorStream(std::ostream *aStream) | options::parser | |
fSetExecutableName(const char *aName) | options::parser | |
fSetHelpReturnValue(int aValue) | options::parser | |
fSetMessageStream(std::ostream *aStream) | options::parser | |
fSetMinusMinusStartsExtraList() | options::parser | |
fWriteCfgFile(const std::string &aFileName) | options::parser | |
gParser | options::parser | protectedstatic |
lDescription | options::parser | protected |
lErrorStream | options::parser | protected |
lExecutableName | options::parser | protected |
lHelpReturnValue | options::parser | protected |
lMessageStream | options::parser | protected |
lMinusMinusJustEndsOptions | options::parser | protected |
lParsingIsDone | options::parser | protected |
lPrimaryAssignment | options::parser | protected |
lProgName | options::parser | protected |
lRequiredOptions | options::parser | protected |
lSearchPaths | options::parser | protected |
lSecondaryAssignment | options::parser | protected |
lStuffAfterMinusMinus | options::parser | protected |
lTrailer | options::parser | protected |
lUnusedOptions | options::parser | protected |
parser(const std::string &aDescription="", const std::string &aTrailer="", const std::vector< std::string > &aSearchPaths={"/etc/", "~/.", "~/.config/", "./."}) | options::parser | |
~parser() | options::parser | |