libwolfram20

◆ WAError() [3/3]

WAError::WAError ( rapidxml::xml_node<> *  error)

It generates the object with the error.

Parameters
[in]errorXML Node of error
27 {
28 this->parse(error);
29}
void parse(rapidxml::xml_node<> *error)
Parsing the input error.
Definition: WAError.cpp:55