Plasma Engine  2.0
Loading...
Searching...
No Matches
plCommandLineOptionFloat Member List

This is the complete list of members for plCommandLineOptionFloat, including all inherited members.

GetDefaultValue() constplCommandLineOptionFloatinline
GetLongDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionDocvirtual
GetMaxValue() constplCommandLineOptionFloatinline
GetMinValue() constplCommandLineOptionFloatinline
GetOptions(plStringBuilder &ref_sOut) const overrideplCommandLineOptionDocvirtual
GetOptionValue(LogMode logMode, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) constplCommandLineOptionFloat
GetParamDefaultValueDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionFloatvirtual
GetParamShortDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionFloatvirtual
GetSortingGroup(plStringBuilder &ref_sOut) constplCommandLineOptionvirtual
GetSplitOptions(plStringBuilder &out_sAll, plDynamicArray< plStringView > &ref_splitOptions) constplCommandLineOption
GetStaticRTTI() (defined in plNoBase)plNoBaseinlinestatic
GetType() overrideplCommandLineOptionFloatinlinevirtual
IsHelpRequested(const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance())plCommandLineOptionstatic
IsOptionSpecified(plStringBuilder *out_pWhich=nullptr, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) constplCommandLineOptionDoc
LogAvailableModes enum nameplCommandLineOption
LogAvailableOptions(LogAvailableModes mode, plStringView sGroupFilter={}, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance())plCommandLineOptionstatic
LogAvailableOptionsToBuffer(plStringBuilder &out_sBuffer, LogAvailableModes mode, plStringView sGroupFilter={}, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance())plCommandLineOptionstatic
LogMode enum nameplCommandLineOption
LogOption(plStringView sOption, plStringView sValue, bool bWasSpecified) const (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_bCaseSensitive (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_bLoggedOnce (defined in plCommandLineOptionDoc)plCommandLineOptionDocmutableprotected
m_fDefaultValue (defined in plCommandLineOptionFloat)plCommandLineOptionFloatprotected
m_fMaxValue (defined in plCommandLineOptionFloat)plCommandLineOptionFloatprotected
m_fMinValue (defined in plCommandLineOptionFloat)plCommandLineOptionFloatprotected
m_sArgument (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_sLongDesc (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_sParamDefaultValue (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_sParamShortDesc (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected
m_sSortingGroup (defined in plCommandLineOption)plCommandLineOptionprotected
plCommandLineOption(plStringView sSortingGroup)plCommandLineOptioninline
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())plCommandLineOptionstatic
SetDefaultValue(float value)plCommandLineOptionFloatinline
ShouldLog(LogMode mode, bool bWasSpecified) const (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected