![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiCommandLineOptionInt, including all inherited members.
GetDefaultValue() const | xiiCommandLineOptionInt | inline |
GetLongDesc(xiiStringBuilder &ref_sOut) const override | xiiCommandLineOptionDoc | virtual |
GetMaxValue() const | xiiCommandLineOptionInt | inline |
GetMinValue() const | xiiCommandLineOptionInt | inline |
GetOptions(xiiStringBuilder &ref_sOut) const override | xiiCommandLineOptionDoc | virtual |
GetOptionValue(LogMode logMode, const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) const | xiiCommandLineOptionInt | |
GetParamDefaultValueDesc(xiiStringBuilder &ref_sOut) const override | xiiCommandLineOptionInt | virtual |
GetParamShortDesc(xiiStringBuilder &ref_sOut) const override | xiiCommandLineOptionInt | virtual |
GetSortingGroup(xiiStringBuilder &ref_sOut) const | xiiCommandLineOption | virtual |
GetSplitOptions(xiiStringBuilder &out_sAll, xiiDynamicArray< xiiStringView > &ref_splitOptions) const | xiiCommandLineOption | |
GetStaticRTTI() (defined in xiiNoBase) | xiiNoBase | inlinestatic |
GetType() override | xiiCommandLineOptionInt | inlinevirtual |
IsHelpRequested(const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) | xiiCommandLineOption | static |
IsOptionSpecified(xiiStringBuilder *out_pWhich=nullptr, const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) const | xiiCommandLineOptionDoc | |
LogAvailableModes enum name | xiiCommandLineOption | |
LogAvailableOptions(LogAvailableModes mode, xiiStringView sGroupFilter={}, const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) | xiiCommandLineOption | static |
LogAvailableOptionsToBuffer(xiiStringBuilder &out_sBuffer, LogAvailableModes mode, xiiStringView sGroupFilter={}, const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) | xiiCommandLineOption | static |
LogMode enum name | xiiCommandLineOption | |
LogOption(xiiStringView sOption, xiiStringView sValue, bool bWasSpecified) const (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_bCaseSensitive (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_bLoggedOnce (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | mutableprotected |
m_iDefaultValue (defined in xiiCommandLineOptionInt) | xiiCommandLineOptionInt | protected |
m_iMaxValue (defined in xiiCommandLineOptionInt) | xiiCommandLineOptionInt | protected |
m_iMinValue (defined in xiiCommandLineOptionInt) | xiiCommandLineOptionInt | protected |
m_sArgument (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_sLongDesc (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_sParamDefaultValue (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_sParamShortDesc (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
m_sSortingGroup (defined in xiiCommandLineOption) | xiiCommandLineOption | protected |
RequireOptions(xiiStringView sRequiredOptions, xiiString *pMissingOption=nullptr, const xiiCommandLineUtils *pUtils=xiiCommandLineUtils::GetGlobalInstance()) | xiiCommandLineOption | static |
SetDefaultValue(xiiInt32 value) | xiiCommandLineOptionInt | inline |
ShouldLog(LogMode mode, bool bWasSpecified) const (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | protected |
xiiCommandLineOption(xiiStringView sSortingGroup) | xiiCommandLineOption | inline |
xiiCommandLineOptionDoc(xiiStringView sSortingGroup, xiiStringView sArgument, xiiStringView sParamShortDesc, xiiStringView sLongDesc, xiiStringView sDefaultValue, bool bCaseSensitive=false) (defined in xiiCommandLineOptionDoc) | xiiCommandLineOptionDoc | |
xiiCommandLineOptionInt(xiiStringView sSortingGroup, xiiStringView sArgument, xiiStringView sLongDesc, xiiInt32 iDefaultValue, xiiInt32 iMinValue=xiiMath::MinValue< xiiInt32 >(), xiiInt32 iMaxValue=xiiMath::MaxValue< xiiInt32 >(), bool bCaseSensitive=false) (defined in xiiCommandLineOptionInt) | xiiCommandLineOptionInt |