11 static bool tryReadCharAttr(
const char *xmlMessage,
const char *attr,
char **returnValue);
15 static bool tryReadBoolAttr(
const char *xmlMessage,
const char *attr,
bool *returnValue);
19 static bool tryReadIntAttr(
const char *xmlMessage,
const char *attr,
int *returnValue);
22 static bool tryParseBool(
const char *item,
bool *returnValue);
23 static bool tryParseInt(
const char *item,
int *returnValue);
static bool tryReadCharAttr(const char *xmlMessage, const char *attr, char **returnValue)
Definition XmlParser.cpp:8
static bool tryReadBoolAttr(const char *xmlMessage, const char *attr, bool *returnValue)
Definition XmlParser.cpp:62
static bool tryReadIntAttr(const char *xmlMessage, const char *attr, int *returnValue)
Definition XmlParser.cpp:75