cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
XMLUtil Member List

This is the complete list of members for XMLUtil, including all inherited members.

ConvertUTF32ToUTF8(unsigned long input, char *output, int *length)XMLUtilstatic
GetCharacterRef(const char *p, char *value, int *length)XMLUtilstatic
IsAlpha(unsigned char anyByte)XMLUtilinlinestatic
IsAlphaNum(unsigned char anyByte)XMLUtilinlinestatic
IsUTF8Continuation(const char p)XMLUtilinlinestatic
IsWhiteSpace(char p)XMLUtilinlinestatic
ReadBOM(const char *p, bool *hasBOM)XMLUtilstatic
SkipWhiteSpace(const char *p)XMLUtilinlinestatic
SkipWhiteSpace(char *p)XMLUtilinlinestatic
StringEqual(const char *p, const char *q, int nChar=INT_MAX)XMLUtilinlinestatic
ToBool(const char *str, bool *value)XMLUtilstatic
ToDouble(const char *str, double *value)XMLUtilstatic
ToFloat(const char *str, float *value)XMLUtilstatic
ToInt(const char *str, int *value)XMLUtilstatic
ToStr(int v, char *buffer, int bufferSize)XMLUtilstatic
ToStr(unsigned v, char *buffer, int bufferSize)XMLUtilstatic
ToStr(bool v, char *buffer, int bufferSize)XMLUtilstatic
ToStr(float v, char *buffer, int bufferSize)XMLUtilstatic
ToStr(double v, char *buffer, int bufferSize)XMLUtilstatic
ToUnsigned(const char *str, unsigned *value)XMLUtilstatic