#include <IntegerWrapper.h>
|
static int | parseInt (const std::string &s) throw (NumberFormatException) |
| A collection of static methods to perform conversions between strings and integer values. More...
|
|
static std::string | toString (int i) |
| Encode an integer value into its string representation. More...
|
|
Definition at line 34 of file IntegerWrapper.h.
A collection of static methods to perform conversions between strings and integer values.
Parse a string supposed to represent an integer value and returns this value.
- Parameters
-
- Returns
- an int.
- Exceptions
-
static std::string asdm::Integer::toString |
( |
int |
i | ) |
|
|
static |
Encode an integer value into its string representation.
- Parameters
-
i | the integer value to be encoded. |
- Returns
- the string representing the integer value passed as parameter.
const int asdm::Integer::MAX_VALUE |
|
static |
const int asdm::Integer::MIN_VALUE |
|
static |
The documentation for this class was generated from the following file: