26 # ifndef Integer_CLASS
27 # define Integer_CLASS
static const int MAX_VALUE
The maximum value for an integer.
static const int MIN_VALUE
The minimum value for an integer.
static std::string toString(int i)
Encode an integer value into its string representation.
static int parseInt(const std::string &s)
A collection of static methods to perform conversions between strings and integer values...