Mania++
 All Classes Functions Variables Pages
GbxResponse.h
1 #ifndef GBXRESPONSE_H_
2 #define GBXRESPONSE_H_
3 
4 #include "../ServerResponse/GbxServerResponse.h"
5 
6 //* GbxResponse
11 {
12 public:
13  ~GbxResponse();
14 
19 
25  void SetRaw(std::string response);
26 
27 private:
33  void extractParameters();
34 };
35 
36 #endif // GBXRESPONSE_H_
void SetRaw(std::string response)
Sets the raw message value.
Definition: GbxResponse.cpp:16
Response from server, de-XML-fies the response.
Definition: GbxResponse.h:10
Response from server, de-XML-fies the response.
Definition: GbxServerResponse.h:70
GbxError GetFault()
Definition: GbxResponse.cpp:11
Stores error details from the communication with the server.
Definition: GbxStructs.h:27
GbxError fault
Current fault (error).
Definition: GbxResponse.h:28
void extractParameters()
Extracts parameters from the raw data (XML).
Definition: GbxResponse.cpp:22