CRM64Pro GDK v0.15.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::XML Member List

This is the complete list of members for CRM64Pro::XML, including all inherited members.

getAttributeBool(const string &sAttr, bool bDefault=false) constCRM64Pro::XML
getAttributeFloat(const string &sAttr, float fDefault=0.0f) constCRM64Pro::XML
getAttributeInt(const string &sAttr, Sint32 iDefault=0) constCRM64Pro::XML
getAttributeString(const string &sAttr, const string &sDefault="") constCRM64Pro::XML
getAttributeUint(const string &sAttr, Uint32 iDefault=0) constCRM64Pro::XML
getComment(string &sComment)CRM64Pro::XML
getID() const overrideCRM64Pro::XML
getName() const overrideCRM64Pro::XML
getText(string &sText)CRM64Pro::XML
hasAttribute(const string &sAttr) constCRM64Pro::XML
info(Sint32 iMode=0) overrideCRM64Pro::XML
nodeChild()CRM64Pro::XML
nodeCreate(const string &sNode)CRM64Pro::XML
nodeFirst()CRM64Pro::XML
nodeGetName(string &sNode)CRM64Pro::XML
nodeNext()CRM64Pro::XML
nodeParent()CRM64Pro::XML
nodePointTo(Sint32 iParam, const char *szNodes,...)CRM64Pro::XML
nodePrev()CRM64Pro::XML
nodeRemove()CRM64Pro::XML
nodeRename(const string &sNode)CRM64Pro::XML
nodeRestore()CRM64Pro::XML
nodeStore()CRM64Pro::XML
removeAttribute(const string &sAttr)CRM64Pro::XML
removeComment()CRM64Pro::XML
removeText()CRM64Pro::XML
save(const string &sCDCFile, const string &sResourceName="")CRM64Pro::XML
save(const Sint32 idCDC, const string &sResourceName="")CRM64Pro::XML
saveToFile(const string &sFile)CRM64Pro::XML
setAttributeBool(const string &sAttr, bool bValue)CRM64Pro::XML
setAttributeFloat(const string &sAttr, float fValue)CRM64Pro::XML
setAttributeInt(const string &sAttr, Sint32 iValue)CRM64Pro::XML
setAttributeString(const string &sAttr, const string &sValue)CRM64Pro::XML
setAttributeUint(const string &sAttr, Uint32 iValue)CRM64Pro::XML
setComment(const string &sComment)CRM64Pro::XML
setText(const string &sText)CRM64Pro::XML