|
| SOAPParameters (const std::string &name, const std::string &value="") |
|
| SOAPParameters (SOAPParameter parameter) |
|
void | addParameter (const std::string &name, const std::string &value="") |
|
void | addParameter (const std::string &name, const int value) |
|
int | getValueAsInt (const std::string &name) |
|
| Parameters (std::string name, std::string value) |
|
| Parameters (Parameter< std::string, std::string > parameter) |
|
std::set< std::string > | getNames (void) const |
| Getters.
|
|
const std::string & | getValue (const std::string name) const |
|
Parameter< std::string, std::string > | getParameter (const std::string name) |
|
void | addParameter (const std::string name, const std::string value) |
| Setters.
|
|
void | addParameter (const Parameter< std::string, std::string > parameter) |
|
void | addParameter (const std::pair< std::string, std::string > parameterPair) |
|
iterator | begin (void) |
| Iterators.
|
|
const_iterator | begin (void) const |
|
iterator | end (void) |
|
const_iterator | end (void) const |
|
iterator | find (std::string name) |
|
const_iterator | find (std::string name) const |
|
unsigned int | size (void) const |
| Methods.
|
|
void | clear (void) |
|
|
typedef std::map< std::string, std::string > | ParameterMap |
|
typedef ParameterMap::iterator | iterator |
|
typedef ParameterMap::const_iterator | const_iterator |
|
ParameterMap | theParameters_ |
|
Definition at line 11 of file SOAPParameters.h.
The documentation for this class was generated from the following files: