openMSX
|
This is the complete list of members for openmsx::XMLDocument, including all inherited members.
allocateAttribute(const char *name, const char *value) | openmsx::XMLDocument | |
allocateElement(const char *name) | openmsx::XMLDocument | |
allocateElement(const char *name, const char *data) | openmsx::XMLDocument | |
allocateString(std::string_view str) | openmsx::XMLDocument | |
generateList(XMLElement &parent, const char *itemName, Range &&range, UnaryOp op) | openmsx::XMLDocument | inline |
getOrCreateChild(XMLElement &parent, const char *childName, const char *childData) | openmsx::XMLDocument | |
getRoot() const | openmsx::XMLDocument | inline |
getStaticDocument() | openmsx::XMLDocument | inlinestatic |
load(const std::string &filename, std::string_view systemID) | openmsx::XMLDocument | |
load(const OldXMLElement &elem) | openmsx::XMLDocument | |
operator=(const XMLDocument &)=delete | openmsx::XMLDocument | |
operator=(XMLDocument &&)=delete | openmsx::XMLDocument | |
serialize(MemInputArchive &ar, unsigned version) | openmsx::XMLDocument | |
serialize(MemOutputArchive &ar, unsigned version) const | openmsx::XMLDocument | |
serialize(XmlInputArchive &ar, unsigned version) | openmsx::XMLDocument | |
serialize(XmlOutputArchive &ar, unsigned version) const | openmsx::XMLDocument | |
setAttribute(XMLElement &elem, const char *attrName, const char *attrValue) | openmsx::XMLDocument | |
setChildData(XMLElement &parent, const char *childName, const char *childData) | openmsx::XMLDocument | |
setRoot(XMLElement *root_) | openmsx::XMLDocument | inline |
XMLDocument(const XMLDocument &)=delete | openmsx::XMLDocument | |
XMLDocument(XMLDocument &&)=delete | openmsx::XMLDocument | |
XMLDocument()=default | openmsx::XMLDocument | |
XMLDocument(T &&t, Args &&...args) | openmsx::XMLDocument | inline |
XMLDocumentHandler | openmsx::XMLDocument | friend |