Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

XmlRpcParams Class Reference

#include <XmlRpc.h>

List of all members.

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


Member Enumeration Documentation

enum XmlRpcParams::Type
 

Enumeration values:
STRING 
INT 
BOOL 
DOUBLE 
BINARY 


Member Function Documentation

void XmlRpcParams::addBinaryParameter string  data  ) 
 

void XmlRpcParams::addParameter double  param  ) 
 

void XmlRpcParams::addParameter bool  param  ) 
 

void XmlRpcParams::addParameter int  param  ) 
 

void XmlRpcParams::addParameter string  param  ) 
 

void XmlRpcParams::addParameter const char *  param  ) 
 

string XmlRpcParams::as_string  )  const
 

string XmlRpcParams::as_xml  )  const
 

string XmlRpcParams::getBinaryParameter unsigned int  index  )  const throw (AuroraException)
 

bool XmlRpcParams::getBoolParameter unsigned int  index  )  const throw (AuroraException)
 

double XmlRpcParams::getDoubleParameter unsigned int  index  )  const throw (AuroraException)
 

int XmlRpcParams::getIntParameter unsigned int  index  )  const throw (AuroraException)
 

XmlRpcParams::Type XmlRpcParams::getParameterType unsigned int  index  )  const
 

unsigned int XmlRpcParams::getSize  )  const
 

string XmlRpcParams::getStringParameter unsigned int  index  )  const throw (AuroraException)
 

void XmlRpcParams::setParams const DOMElement *  elt  )  throw (AuroraException)
 


The documentation for this class was generated from the following files:
Generated on Fri Nov 12 15:15:24 2004 for Borealis by doxygen 1.3.8