15#include <rapidxml/rapidxml_utils.hpp>
33 void parse(rapidxml::xml_node<>* states);
WAPodState(rapidxml::xml_node<> *states)
It generates the object with the states.
Definition: WAPodState.cpp:17
std::string getInput()
Returning a 'input' attribute of state.
Definition: WAPodState.cpp:35
void parse(rapidxml::xml_node<> *states)
Parsing a input 'state' xml node.
Definition: WAPodState.cpp:45
std::string getName()
Returning the name of the state.
Definition: WAPodState.cpp:26
Contains a particular pod state for a single pod or subpod.
Definition: WAPodState.h:21
std::string _input
It can be used to modify subsequent queries.
Definition: WAPodState.h:31
std::string _name
Describes the pod state.
Definition: WAPodState.h:30