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

Parameter deducted from server response. More...

#include <GbxServerResponse.h>

Public Member Functions

std::vector< GbxResponseParameterGetArray ()
 Gets the value as vector of parameters.
 
std::map< std::string,
GbxResponseParameter
GetStruct ()
 Gets the value as map of parameters.
 
std::string GetString ()
 Gets the value as string.
 

Public Attributes

std::string Type
 XML-RPC data type.
 
std::vector< GbxResponseParameterArray
 Parameters as array.
 
std::map< std::string,
GbxResponseParameter
Struct
 Parameters as struct.
 
std::string Text
 Parameters as text.
 

Detailed Description

Parameter deducted from server response.


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