| ClientProperty(std::string &name, T_VALUE &value, std::string &type="", std::string &encoding="", std::string &charset="") | org::xmlBlaster::util::qos::ClientProperty | |
| ClientProperty(bool dummy, std::string &name, std::string &type, std::string &encoding, std::string &charset) | org::xmlBlaster::util::qos::ClientProperty | |
| ClientProperty(std::string &name, char *value, std::string &type="") | org::xmlBlaster::util::qos::ClientProperty | |
| ClientProperty(std::string &name, std::vector< unsigned char > &value, std::string &type="") | org::xmlBlaster::util::qos::ClientProperty | |
| getCharset() | org::xmlBlaster::util::qos::ClientProperty | |
| getEncoding() | org::xmlBlaster::util::qos::ClientProperty | |
| getName() | org::xmlBlaster::util::qos::ClientProperty | |
| getStringValue() | org::xmlBlaster::util::qos::ClientProperty | |
| getType() | org::xmlBlaster::util::qos::ClientProperty | |
| getValue() | org::xmlBlaster::util::qos::ClientProperty | |
| getValue(T_VALUE &value) | org::xmlBlaster::util::qos::ClientProperty | |
| getValueRaw() | org::xmlBlaster::util::qos::ClientProperty | |
| isBase64() | org::xmlBlaster::util::qos::ClientProperty | |
| setCharset(std::string &charset) | org::xmlBlaster::util::qos::ClientProperty | |
| setValue(std::string &value) | org::xmlBlaster::util::qos::ClientProperty | |
| setValueRaw(std::string &value) | org::xmlBlaster::util::qos::ClientProperty | |
| toXml(std::string extraOffset="", bool clearText=false, std::string tagName="clientProperty") | org::xmlBlaster::util::qos::ClientProperty | |