#include <XmlParser.h>
|
static bool | tryReadCharAttr (const char *xmlMessage, const char *attr, char **returnValue) |
|
static bool | tryReadBoolAttr (const char *xmlMessage, const char *attr, bool *returnValue) |
|
static bool | tryReadIntAttr (const char *xmlMessage, const char *attr, int *returnValue) |
|
◆ tryReadBoolAttr()
bool XmlParser::tryReadBoolAttr |
( |
const char * | xmlMessage, |
|
|
const char * | attr, |
|
|
bool * | returnValue ) |
|
static |
◆ tryReadCharAttr()
bool XmlParser::tryReadCharAttr |
( |
const char * | xmlMessage, |
|
|
const char * | attr, |
|
|
char ** | returnValue ) |
|
static |
◆ tryReadIntAttr()
bool XmlParser::tryReadIntAttr |
( |
const char * | xmlMessage, |
|
|
const char * | attr, |
|
|
int * | returnValue ) |
|
static |
The documentation for this class was generated from the following files:
- /home/hilbert/src/MattzoStuff/MattzoControllers/src/lib/MattzoBricks/XmlParser.h
- /home/hilbert/src/MattzoStuff/MattzoControllers/src/lib/MattzoBricks/XmlParser.cpp