|
| SOAPParameter (std::string name="", std::string value="") |
|
bool | isEmpty (void) |
|
| Parameter (std::string name, std::string value) |
|
const std::string & | getName (void) const |
| Getters.
|
|
const std::string & | getValue (void) const |
|
const std::pair< std::string, std::string > | getParameterPair (void) |
|
void | setName (const std::string name) |
| Setters.
|
|
void | setValue (const std::string value) |
|
void | set (const std::string name, const std::string &value) |
|
void | set (std::pair< std::string, std::string > parameter) |
|
|
std::string | name_ |
|
std::string | value_ |
|
Definition at line 10 of file SOAPParameter.h.
The documentation for this class was generated from the following file: