, including all inherited members.
| _base | base_soap::SOAPStruct | [protected] |
| _document | base_soap::SOAPStruct | [protected] |
| _structs | base_soap::SOAPStruct | [protected] |
| _transcoder | base_soap::SOAPStruct | [protected] |
| add(const base::String &name) | base_soap::SOAPStruct | |
| add(const base::String &name, bool value) | base_soap::SOAPStruct | |
| add(const base::String &name, const base::DateTime &value) | base_soap::SOAPStruct | |
| add(const base::String &name, double value) | base_soap::SOAPStruct | |
| add(const base::String &name, int value) | base_soap::SOAPStruct | |
| add(const base::String &name, unsigned int value) | base_soap::SOAPStruct | |
| add(const base::String &name, long value) | base_soap::SOAPStruct | |
| add(const base::String &name, unsigned long value) | base_soap::SOAPStruct | |
| add(const base::String &name, base::longlong_t value) | base_soap::SOAPStruct | |
| add(const base::String &name, base::u_longlong_t value) | base_soap::SOAPStruct | |
| add(const base::String &name, const char *value) | base_soap::SOAPStruct | |
| add(const base::String &name, const base::String &value) | base_soap::SOAPStruct | |
| add(const std::vector< base::String > &names, const std::vector< base::String > &values) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< base::String > &names, const std::vector< base::String > &values) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< std::pair< base::String, base::String > > &value, bool lower=true) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::map< base::String, base::String > &value, bool lower=true) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< base::String > &value) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< std::map< base::String, base::String > > &value, bool lower=true) | base_soap::SOAPStruct | |
| erase(const base::String &name) | base_soap::SOAPStruct | |
| exists(const base::String &name) const | base_soap::SOAPStruct | |
| existsNotNull(const base::String &name) const | base_soap::SOAPStruct | |
| getBase() const | base_soap::SOAPStruct | |
| getBool(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getDateTime(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getDouble(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getInt(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getLongLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getMap(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getString(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getStruct(const base::String &name, bool *exist=NULL) | base_soap::SOAPStruct | |
| getStructArray(const base::String &name, bool *exist=NULL) | base_soap::SOAPStruct | |
| getUInt(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getULong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getULongLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getVectorOfMaps(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getVectorOfPairs(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getVectorOfStrings(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| setTranscoder(SOAPTranscoder *transcoder) | base_soap::SOAPStruct | |
| SOAPStruct(xercesc::DOMDocument *document=NULL, xercesc::DOMElement *base=NULL, SOAPTranscoder *transcoder=NULL) | base_soap::SOAPStruct | |
| ~SOAPStruct() | base_soap::SOAPStruct | |