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