#include <XmlRpc.h>
Public Types | |
enum | Type { STRING, INT, BOOL, DOUBLE, BINARY } |
Public Member Functions | |
void | setParams (const DOMElement *elt) throw (AuroraException) |
Type | getParameterType (unsigned int index) const |
unsigned int | getSize () const |
string | getStringParameter (unsigned int index) const throw (AuroraException) |
int | getIntParameter (unsigned int index) const throw (AuroraException) |
bool | getBoolParameter (unsigned int index) const throw (AuroraException) |
double | getDoubleParameter (unsigned int index) const throw (AuroraException) |
string | getBinaryParameter (unsigned int index) const throw (AuroraException) |
void | addParameter (const char *param) |
void | addParameter (string param) |
void | addParameter (int param) |
void | addParameter (bool param) |
void | addParameter (double param) |
void | addBinaryParameter (string data) |
string | as_string () const |
string | as_xml () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|