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

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

GetDefaultValue() constplCommandLineOptionIntinline
GetLongDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionDocvirtual
GetMaxValue() constplCommandLineOptionIntinline
GetMinValue() constplCommandLineOptionIntinline
GetOptions(plStringBuilder &ref_sOut) const overrideplCommandLineOptionDocvirtual
GetOptionValue(LogMode logMode, const plCommandLineUtils *pUtils=plCommandLineUtils::GetGlobalInstance()) constplCommandLineOptionInt
GetParamDefaultValueDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionIntvirtual
GetParamShortDesc(plStringBuilder &ref_sOut) const overrideplCommandLineOptionIntvirtual
GetSortingGroup(plStringBuilder &ref_sOut) constplCommandLineOptionvirtual
GetSplitOptions(plStringBuilder &out_sAll, plDynamicArray< plStringView > &ref_splitOptions) constplCommandLineOption
GetStaticRTTI() (defined in plNoBase)plNoBaseinlinestatic
GetType() overrideplCommandLineOptionIntinlinevirtual
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_iDefaultValue (defined in plCommandLineOptionInt)plCommandLineOptionIntprotected
m_iMaxValue (defined in plCommandLineOptionInt)plCommandLineOptionIntprotected
m_iMinValue (defined in plCommandLineOptionInt)plCommandLineOptionIntprotected
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
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())plCommandLineOptionstatic
SetDefaultValue(plInt32 value)plCommandLineOptionIntinline
ShouldLog(LogMode mode, bool bWasSpecified) const (defined in plCommandLineOptionDoc)plCommandLineOptionDocprotected