![]() |
Plasma Engine
2.0
|
This is the complete list of members for plCommandLineOptionDoc, including all inherited members.
| GetLongDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetOptions(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetParamDefaultValueDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetParamShortDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetSortingGroup(plStringBuilder &ref_sOut) const | plCommandLineOption | virtual |
| GetSplitOptions(plStringBuilder &out_sAll, plDynamicArray< plStringView > &ref_splitOptions) const | plCommandLineOption | |
| GetStaticRTTI() (defined in plNoBase) | plNoBase | inlinestatic |
| GetType() override | plCommandLineOptionDoc | inlinevirtual |
| IsHelpRequested(const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
| IsOptionSpecified(plStringBuilder *out_pWhich=nullptr, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) const | plCommandLineOptionDoc | |
| LogAvailableModes enum name | plCommandLineOption | |
| LogAvailableOptions(LogAvailableModes mode, plStringView sGroupFilter={}, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
| LogAvailableOptionsToBuffer(plStringBuilder &out_sBuffer, LogAvailableModes mode, plStringView sGroupFilter={}, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
| LogMode enum name | plCommandLineOption | |
| LogOption(plStringView sOption, plStringView sValue, bool bWasSpecified) const (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_bCaseSensitive (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_bLoggedOnce (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | mutableprotected |
| m_sArgument (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_sLongDesc (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_sParamDefaultValue (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_sParamShortDesc (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |
| m_sSortingGroup (defined in plCommandLineOption) | plCommandLineOption | protected |
| plCommandLineOption(plStringView sSortingGroup) | plCommandLineOption | inline |
| plCommandLineOptionDoc(plStringView sSortingGroup, plStringView sArgument, plStringView sParamShortDesc, plStringView sLongDesc, plStringView sDefaultValue, bool bCaseSensitive=false) (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | |
| RequireOptions(plStringView sRequiredOptions, plString *pMissingOption=nullptr, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
| ShouldLog(LogMode mode, bool bWasSpecified) const (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |