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