#include <Long.h>
Inheritance diagram for activemq::util::Long:
Public Member Functions | |
Long (void) | |
virtual | ~Long (void) |
Static Public Member Functions | |
static long | parseLong (const std::string &value) |
static std::string | toString (long value) |
|
|
|
|
|
Parses the String passed and extracts an long.
|
|
Converts the long to a String representation
|