#include <Long.h>
Static Public Member Functions | |
static long long | parseLong (const string &s) throw (NumberFormatException) |
static string | toString (long long l) |
Static Public Attributes | |
static const long long | MIN_VALUE |
static const long long | MAX_VALUE |
static long long asdm::Long::parseLong | ( | const string & | s | ) | throw (NumberFormatException) [static] |
Parse a string supposed to represent a long long value and returns this value.
s | the string to parse |
NumberFormatException. |
static string asdm::Long::toString | ( | long long | l | ) | [static] |
Encode a long long value into its string representation.
l | the long long value to be encoded. |
const long long asdm::Long::MIN_VALUE [static] |
The minimum value for a long long.
const long long asdm::Long::MAX_VALUE [static] |
The maximum value for a long long.