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