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