| base(char aShortName, const std::string &aLongName, const std::string &aExplanation, short aNargs) | options::base | |
| fAddDefaultFromStream(std::istream &aStream) override | options::single< bool > | virtual |
| fAddToRangeFromStream(std::istream &) override | options::single< bool > | inlinevirtual |
| fCheckRange() const override | options::single< bool > | inlinevirtual |
| fDisable() | options::base | protected |
| fForbid(const base *aOtherOption) | options::base | virtual |
| fForbid(std::vector< const base * > aOtherOptions) | options::base | virtual |
| fForbid(InputIt aBegin, InputIt aEnd) | options::base | inline |
| fGetLongName() const | options::base | inline |
| fGetOptionMap() | options::base | inlineprotectedstatic |
| fGetShortOptionMap() | options::base | inlineprotectedstatic |
| fGetValue() const | options::single< bool > | inline |
| fHandleOption(int argc, const char *argv[], int *i) | options::base | privatevirtual |
| fHide() | options::base | protected |
| fIsContainer() const | options::base | inlinevirtual |
| fIsHidden() const | options::base | protected |
| fIsSet() const | options::base | inlinevirtual |
| fRequire(const base *aOtherOption) | options::base | virtual |
| fRequire(std::vector< const base * > aOtherOptions) | options::base | virtual |
| fRequire(InputIt aBegin, InputIt aEnd) | options::base | inline |
| fSetMe(std::istream &, const sourceItem &aSource) override | options::internal::OptionHelp | inlinevirtual |
| fSetMeNoarg(const sourceItem &) override | options::internal::OptionHelp | inlinevirtual |
| fSetPreserveWorthyStuff(std::vector< std::string > *aStuff) | options::base | protected |
| fSetSource(const internal::sourceItem &aSource) | options::base | protectedvirtual |
| fundamental_wrapper() | options::fundamental_wrapper< bool > | inline |
| fundamental_wrapper(bool aValue) | options::fundamental_wrapper< bool > | inline |
| fWriteCfgLines(std::ostream &aStream, const char *aPrefix) const | options::base | protectedvirtual |
| fWriteRange(std::ostream &) const | options::base | inlineprotectedvirtual |
| fWriteValue(std::ostream &aStream) const override | options::single< bool > | virtual |
| lDefault | options::single< bool > | private |
| lExplanation | options::base | protected |
| lForbiddenOptions | options::base | protected |
| lHidden | options::base | protected |
| lLongName | options::base | protected |
| lNargs | options::base | protected |
| lPreserveWorthyStuff | options::base | protected |
| lRequiredOptions | options::base | protected |
| lShortName | options::base | protected |
| lSource | options::base | protected |
| lValue | options::fundamental_wrapper< bool > | protected |
| operator bool &() | options::fundamental_wrapper< bool > | inline |
| operator const bool &() const | options::fundamental_wrapper< bool > | inline |
| operator=(const bool &aValue) | options::single< bool > | inline |
| fundamental_wrapper< bool >::operator=(const bool aValue) | options::fundamental_wrapper< bool > | inline |
| OptionHelp() | options::internal::OptionHelp | inline |
| single(char aShortName, const std::string &aLongName, const std::string &aExplanation, bool aDefault=false) | options::single< bool > | inline |
| single(const single &)=delete | options::single< bool > | |
| ~base() | options::base | virtual |