Define XML_PARSE_ATTR
Defined in File xml_config_parser.hpp
Define Documentation
-
XML_PARSE_ATTR(node, container, name)
Parse the attribute
name
from the parentnode
, and place the result intocontainer
, which MUST have a field namedname
or a compilation error will result.If
name
does not exist innode
, then an exception will be thrown.