libwolfram20

◆ WAPod() [2/3]

WAPod::WAPod ( rapidxml::xml_node<> *  pod)

It generates the object with the pod.

Parameters
[in]podXML Node of pod
26 {
27 this->parse(pod);
28}
void parse(rapidxml::xml_node<> *pod)
Parsing a input 'pod' xml node.
Definition: WAPod.cpp:131