Mania++
 All Classes Functions Variables Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
GbxCallBack Class Reference

CallBack from server, de-XML-fies the callback. More...

#include <GbxCallBack.h>

Inheritance diagram for GbxCallBack:
GbxServerResponse

Public Member Functions

std::string GetMethodName ()
 
void SetRaw (std::string callback)
 Sets the raw message value. More...
 
std::string GetRaw ()
 Returns raw response (XML).
 
std::vector< GbxResponseParameterGetParameters ()
 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< GbxResponseParameterparameters = std::vector<GbxResponseParameter>()
 List of parameters.
 

Private Member Functions

void extractParameters ()
 Extracts parameters from the raw data (XML).
 

Private Attributes

std::string methodName
 Method name.
 

Detailed Description

CallBack from server, de-XML-fies the callback.

Member Function Documentation

std::string GbxCallBack::GetMethodName ( )

Returns the method name.

void GbxCallBack::SetRaw ( std::string  callback)

Sets the raw message value.

Parameters
callbackRaw callback from server (XML).

The documentation for this class was generated from the following files: