#include <IntegerWrapper.h>
List of all members.
Static Public Member Functions |
static int | parseInt (const string &s) throw (NumberFormatException) |
| A collection of static methods to perform conversions between strings and integer values.
|
static string | toString (int i) |
| Encode an integer value into its string representation.
|
static int | parseInt (const string &s) throw (NumberFormatException) |
| A collection of static methods to perform conversions between strings and integer values.
|
static string | toString (int i) |
| Encode an integer value into its string representation.
|
Static Public Attributes |
static const int | MIN_VALUE |
| The minimum value for an integer.
|
static const int | MAX_VALUE |
| The maximum value for an integer.
|
Detailed Description
Definition at line 36 of file IntegerWrapper.h.
Member Function Documentation
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:
-
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:
-
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.
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.
Member Data Documentation
The documentation for this class was generated from the following files: