* Check whether this setting is an string type setting. * @return True when the underlying type is a string. */
| 100 | * @return True when the underlying type is a string. |
| 101 | */ |
| 102 | virtual bool IsStringSetting() const { return false; } |
| 103 | |
| 104 | const struct IntSettingDesc *AsIntSetting() const; |
| 105 | const struct StringSettingDesc *AsStringSetting() const; |
no outgoing calls
no test coverage detected