* Check whether this setting is an integer type setting. * @return True when the underlying type is an integer. */
| 94 | * @return True when the underlying type is an integer. |
| 95 | */ |
| 96 | virtual bool IsIntSetting() const { return false; } |
| 97 | |
| 98 | /** |
| 99 | * Check whether this setting is an string type setting. |
no outgoing calls
no test coverage detected