This is the complete list of members for SPL::xml, including all inherited members.
clear() | SPL::xml | inline |
deserialize(ByteBuffer< BufferType > &buf) | SPL::xml | inline |
deserialize(std::istream &istr) | SPL::xml | |
getSchema() const | SPL::xml | inline |
getSerializedSize() const | SPL::xml | inline |
getValue() const | SPL::xml | inline |
hashCode() const | SPL::xml | inline |
hasSchema() const | SPL::xml | inline |
operator!=(const xml &rhs) const | SPL::xml | inline |
operator=(const xml &rhs) | SPL::xml | inline |
operator=(const std::string &rhs) | SPL::xml | inline |
operator=(const SPL::Tuple &rhs) | SPL::xml | inline |
operator==(const xml &rhs) const | SPL::xml | inline |
serialize(ByteBuffer< BufferType > &buf) const | SPL::xml | inline |
serialize(std::ostream &ostr) const | SPL::xml | |
swap(xml &ot) | SPL::xml | inline |
xml() | SPL::xml | inline |
xml(const char *schema) | SPL::xml | inline |
xml(const std::string &schema) | SPL::xml | inline |
xml(const char *schema, const char *data, size_t size) | SPL::xml | inline |
xml(const char *schema, const char *value) | SPL::xml | inline |
xml(const std::string &schema, const std::string &value) | SPL::xml | inline |
xml(const std::string &schema, const char *data, size_t size) | SPL::xml | inline |
xml(const ConstValueHandle &ot) | SPL::xml | inline |
xml(const xml &ot) | SPL::xml | inline |
~xml() | SPL::xml | inlinevirtual |