|
Scid
4.7.0
|
class StrRange - parse a string interpreting its content as 1 or 2 integers separated by whitespace. More...
#include <misc.h>
Public Member Functions | |
| StrRange (const char *range) | |
| bool | inRange (long val) const |
Protected Member Functions | |
| StrRange () | |
Protected Attributes | |
| long | min_ |
| long | max_ |
class StrRange - parse a string interpreting its content as 1 or 2 integers separated by whitespace.
The integers represent the min and max value of a range. If only one integer is provided it will represent both the min and max value.
|
inline |
1.8.13