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