Response from server, de-XML-fies the response. More...
#include <GbxServerResponse.h>
Public Member Functions | |
GbxServerResponse () | |
Empty constructor. | |
void | SetRaw (std::string response) |
Sets the raw message value. More... | |
std::string | GetRaw () |
Returns raw response (XML). | |
std::vector< GbxResponseParameter > | GetParameters () |
Returns the extracted parameters. | |
Protected Member Functions | |
GbxResponseParameter | extractParam (pugi::xml_node param) |
Extracts parameters from the raw data (XML). | |
Protected Attributes | |
std::string | data |
Raw response data. | |
std::vector< GbxResponseParameter > | parameters = std::vector<GbxResponseParameter>() |
List of parameters. | |
Response from server, de-XML-fies the response.
void GbxServerResponse::SetRaw | ( | std::string | response | ) |
Sets the raw message value.
response | Raw response from server (XML). |