![]() |
Plasma Engine
2.0
|
This is the complete list of members for plCommandLineOptionInt, including all inherited members.
| GetDefaultValue() const | plCommandLineOptionInt | inline |
| GetLongDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetMaxValue() const | plCommandLineOptionInt | inline |
| GetMinValue() const | plCommandLineOptionInt | inline |
| GetOptions(plStringBuilder &ref_sOut) const override | plCommandLineOptionDoc | virtual |
| GetOptionValue(LogMode logMode, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) const | plCommandLineOptionInt | |
| GetParamDefaultValueDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionInt | virtual |
| GetParamShortDesc(plStringBuilder &ref_sOut) const override | plCommandLineOptionInt | 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 | plCommandLineOptionInt | 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_iDefaultValue (defined in plCommandLineOptionInt) | plCommandLineOptionInt | protected |
| m_iMaxValue (defined in plCommandLineOptionInt) | plCommandLineOptionInt | protected |
| m_iMinValue (defined in plCommandLineOptionInt) | plCommandLineOptionInt | protected |
| 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 | |
| plCommandLineOptionInt(plStringView sSortingGroup, plStringView sArgument, plStringView sLongDesc, int iDefaultValue, int iMinValue=plMath::MinValue< int >(), int iMaxValue=plMath::MaxValue< int >(), bool bCaseSensitive=false) (defined in plCommandLineOptionInt) | plCommandLineOptionInt | |
| RequireOptions(plStringView sRequiredOptions, plString *pMissingOption=nullptr, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) | plCommandLineOption | static |
| SetDefaultValue(plInt32 value) | plCommandLineOptionInt | inline |
| ShouldLog(LogMode mode, bool bWasSpecified) const (defined in plCommandLineOptionDoc) | plCommandLineOptionDoc | protected |