AppendAttr(const char *m_sName=NULL, const char *value=NULL) | XNode | |
AppendAttr(const char *m_sName, float value) | XNode | |
AppendAttr(const char *m_sName, int value) | XNode | |
AppendAttr(const char *m_sName, unsigned value) | XNode | |
AppendAttr(const char *m_sName, const DateTime &value) | XNode | |
AppendAttr(XAttr *attr) | XNode | |
AppendChild(const char *m_sName=NULL, const char *value=NULL) | XNode | |
AppendChild(const char *m_sName, float value) | XNode | |
AppendChild(const char *m_sName, int value) | XNode | |
AppendChild(const char *m_sName, unsigned value) | XNode | |
AppendChild(const char *m_sName, const DateTime &value) | XNode | |
AppendChild(XNode *node) | XNode | |
Clear() | XNode | |
DeleteKey(const CString &keyname) | IniFile | |
DeleteValue(const CString &keyname, const CString &valuename) | IniFile | |
GetAttr(const char *attrname) const | XNode | |
GetAttr(const char *attrname) | XNode | |
GetAttrValue(const char *attrname) | XNode | |
GetAttrValue(const char *name, CString &out) const | XNode | [inline] |
GetAttrValue(const char *name, int &out) const | XNode | [inline] |
GetAttrValue(const char *name, float &out) const | XNode | [inline] |
GetAttrValue(const char *name, bool &out) const | XNode | [inline] |
GetAttrValue(const char *name, unsigned &out) const | XNode | [inline] |
GetAttrValue(const char *name, DateTime &out) const | XNode | [inline] |
GetChild(const char *m_sName) const | XNode | |
GetChild(const char *m_sName) | XNode | |
GetChildAttr(const char *name, const char *attrname) | XNode | |
GetChildAttrValue(const char *name, const char *attrname) | XNode | |
GetChildCount() | XNode | |
GetChildValue(const char *m_sName) | XNode | |
GetChildValue(const char *name, CString &out) const | XNode | [inline] |
GetChildValue(const char *name, int &out) const | XNode | [inline] |
GetChildValue(const char *name, float &out) const | XNode | [inline] |
GetChildValue(const char *name, bool &out) const | XNode | [inline] |
GetChildValue(const char *name, unsigned &out) const | XNode | [inline] |
GetChildValue(const char *name, DateTime &out) const | XNode | [inline] |
GetError() const | IniFile | [inline] |
GetPath() const | IniFile | [inline] |
GetValue(const CString &key, const CString &valuename, CString &value) const | IniFile | |
GetValue(const CString &key, const CString &valuename, int &value) const | IniFile | |
GetValue(const CString &key, const CString &valuename, unsigned &value) const | IniFile | |
GetValue(const CString &key, const CString &valuename, float &value) const | IniFile | |
GetValue(const CString &key, const CString &valuename, bool &value) const | IniFile | |
XNode::GetValue(CString &out) const | XNode | |
XNode::GetValue(int &out) const | XNode | |
XNode::GetValue(float &out) const | XNode | |
XNode::GetValue(bool &out) const | XNode | |
XNode::GetValue(unsigned &out) const | XNode | |
XNode::GetValue(DateTime &out) const | XNode | |
GetXML(RageFileBasic &f, DISP_OPT *opt=&optDefault) | XNode | |
IniFile() | IniFile | |
Load(const char *pszXml, PARSEINFO *pi=&piDefault) | XNode | |
LoadAttributes(const char *pszAttrs, PARSEINFO *pi=&piDefault) | XNode | |
LoadFromFile(const CString &sFile, PARSEINFO *pi=&piDefault) | XNode | |
LoadFromFile(RageFileBasic &f, PARSEINFO *pi=&piDefault) | XNode | |
m_attrs | XNode | |
m_childs | XNode | |
m_sError | IniFile | [mutable, private] |
m_sName | XNode | |
m_sPath | IniFile | [private] |
m_sValue | XNode | |
ReadFile(const CString &sPath) | IniFile | |
ReadFile(RageFileBasic &sFile) | IniFile | |
RemoveAttr(XAttr *attr) | XNode | |
RemoveChild(XNode *node) | XNode | |
RenameKey(const CString &from, const CString &to) | IniFile | |
SaveToFile(const CString &sFile, DISP_OPT *opt=&optDefault) | XNode | |
SaveToFile(RageFileBasic &f, DISP_OPT *opt=&optDefault) | XNode | |
SetAttrValue(const char *m_sName, const char *value) | XNode | |
SetValue(const CString &key, const CString &valuename, const CString &value) | IniFile | |
SetValue(const CString &key, const CString &valuename, int value) | IniFile | |
SetValue(const CString &key, const CString &valuename, unsigned value) | IniFile | |
SetValue(const CString &key, const CString &valuename, float value) | IniFile | |
SetValue(const CString &key, const CString &valuename, bool value) | IniFile | |
XNode::SetValue(int v) | XNode | |
XNode::SetValue(float v) | XNode | |
XNode::SetValue(bool v) | XNode | |
XNode::SetValue(unsigned v) | XNode | |
XNode::SetValue(const DateTime &v) | XNode | |
WriteFile(const CString &sPath) const | IniFile | |
WriteFile(RageFileBasic &sFile) const | IniFile | |
XNode() | XNode | [inline] |
~XNode() | XNode | |