A collection of static methods to perform conversions between strings and short integer values.
More...
#include <ShortWrapper.h>
|
static short | parseShort (const std::string &s) throw (NumberFormatException) |
| A collection of static methods to perform conversions between strings and short integer values. More...
|
|
static std::string | toString (short s) |
| Encode a short integer value into its string representation. More...
|
|
A collection of static methods to perform conversions between strings and short integer values.
Definition at line 37 of file ShortWrapper.h.
A collection of static methods to perform conversions between strings and short integer values.
static std::string asdm::Short::toString |
( |
short |
s | ) |
|
|
static |
Encode a short integer value into its string representation.
- Parameters
-
s | the short integer value to be encoded. |
- Returns
- the string representing the short integer value passed as parameter.
const short asdm::Short::MAX_VALUE |
|
static |
The maximum value for a short integer.
Definition at line 61 of file ShortWrapper.h.
const short asdm::Short::MIN_VALUE |
|
static |
The minimum value for a short integer.
Definition at line 56 of file ShortWrapper.h.
The documentation for this class was generated from the following file: