![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for XMLUtils, including all inherited members.
GetAdditiveString(const TiXmlNode *rootNode, const char *tag, const std::string &separator, std::string &value, bool clear=false) | XMLUtils | static |
GetAttribute(const TiXmlElement *element, const char *tag) | XMLUtils | static |
GetBoolean(const TiXmlNode *pRootNode, const char *strTag, bool &bBoolValue) | XMLUtils | static |
GetDate(const TiXmlNode *pRootNode, const char *strTag, CDateTime &date) | XMLUtils | static |
GetDateTime(const TiXmlNode *pRootNode, const char *strTag, CDateTime &dateTime) | XMLUtils | static |
GetDouble(const TiXmlNode *pRootNode, const char *strTag, double &value) | XMLUtils | static |
GetFloat(const TiXmlNode *pRootNode, const char *strTag, float &value) | XMLUtils | static |
GetFloat(const TiXmlNode *pRootNode, const char *strTag, float &value, const float min, const float max) | XMLUtils | static |
GetHex(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwHexValue) | XMLUtils | static |
GetInt(const TiXmlNode *pRootNode, const char *strTag, int &iIntValue) | XMLUtils | static |
GetInt(const TiXmlNode *pRootNode, const char *strTag, int &iIntValue, const int min, const int max) | XMLUtils | static |
GetLong(const TiXmlNode *pRootNode, const char *strTag, long &lLongValue) | XMLUtils | static |
GetPath(const TiXmlNode *pRootNode, const char *strTag, std::string &strStringValue) | XMLUtils | static |
GetString(const TiXmlNode *pRootNode, const char *strTag, std::string &strStringValue) | XMLUtils | static |
GetString(const TiXmlNode *pRootNode, const char *strTag) | XMLUtils | static |
GetStringArray(const TiXmlNode *rootNode, const char *tag, std::vector< std::string > &arrayValue, bool clear=false, const std::string &separator="") | XMLUtils | static |
GetUInt(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwUIntValue) | XMLUtils | static |
GetUInt(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwUIntValue, const uint32_t min, const uint32_t max) | XMLUtils | static |
HasChild(const TiXmlNode *pRootNode, const char *strTag) | XMLUtils | static |
path_version | XMLUtils | static |
SetAdditiveString(TiXmlNode *pRootNode, const char *strTag, const std::string &strSeparator, const std::string &strValue) | XMLUtils | static |
SetBoolean(TiXmlNode *pRootNode, const char *strTag, bool value) | XMLUtils | static |
SetDate(TiXmlNode *pRootNode, const char *strTag, const CDateTime &date) | XMLUtils | static |
SetDateTime(TiXmlNode *pRootNode, const char *strTag, const CDateTime &dateTime) | XMLUtils | static |
SetFloat(TiXmlNode *pRootNode, const char *strTag, float value) | XMLUtils | static |
SetHex(TiXmlNode *pRootNode, const char *strTag, uint32_t value) | XMLUtils | static |
SetInt(TiXmlNode *pRootNode, const char *strTag, int value) | XMLUtils | static |
SetLong(TiXmlNode *pRootNode, const char *strTag, long iValue) | XMLUtils | static |
SetPath(TiXmlNode *pRootNode, const char *strTag, const std::string &strValue) | XMLUtils | static |
SetString(TiXmlNode *pRootNode, const char *strTag, const std::string &strValue) | XMLUtils | static |
SetStringArray(TiXmlNode *pRootNode, const char *strTag, const std::vector< std::string > &arrayValue) | XMLUtils | static |