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