![]() |
Plasma Engine
2.0
|
This is the complete list of members for plCommandLineOptionString, including all inherited members.
GetDefaultValue() const | plCommandLineOptionString | inline |
GetLongDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
GetOptions(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
GetOptionValue(LogMode logMode, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) const | plCommandLineOptionString | |
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 | plCommandLineOptionString | 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_sDefaultValue (defined in plCommandLineOptionString) | plCommandLineOptionString | 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 | |
plCommandLineOptionString(plStringView sSortingGroup, plStringView sArgument, plStringView sLongDesc, plStringView sDefaultValue, bool bCaseSensitive=false) (defined in plCommandLineOptionString) | plCommandLineOptionString | |
RequireOptions(plStringView sRequiredOptions, plString *pMissingOption=nullptr, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
SetDefaultValue(plStringView sValue) | plCommandLineOptionString | inline |
ShouldLog(LogMode mode, bool bWasSpecified) const (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |