#include <Short.h>
Static Public Member Functions | |
static short | parseShort (const string &s) throw (NumberFormatException) |
static string | toString (short s) |
Static Public Attributes | |
static const short | MIN_VALUE |
static const short | MAX_VALUE |
static short asdm::Short::parseShort | ( | const string & | s | ) | throw (NumberFormatException) [static] |
A collection of static methods to perform conversions between strings and short integer values.
static string asdm::Short::toString | ( | short | s | ) | [static] |
Encode a short integer value into its string representation.
s | the short integer value to be encoded. |
const short asdm::Short::MIN_VALUE [static] |
The minimum value for a short integer.
const short asdm::Short::MAX_VALUE [static] |
The maximum value for a short integer.