XML-fies the parameter for communication with the server.
More...
#include <GbxParameter.h>
|
| void | determineType (const std::type_info *param) |
| | Determines which XML-RPC type the parameter has. More...
|
| |
| void | dereferenceData (void *param) |
| | Converts the void pointer into the type determined in determineType. More...
|
| |
|
|
std::string | data |
| | Stringified parameter.
|
| |
|
std::string | type |
| | Stringified parameter type for XML.
|
| |
|
std::string | xmlType |
| | Stringified parameter type for XML.
|
| |
XML-fies the parameter for communication with the server.
- Todo:
- Handle structs.
| GbxParameter::GbxParameter |
( |
GbxParam |
param | ) |
|
Casts parameter to string and calls calculateType.
- Parameters
-
| param | Parameter to be xml-fied. |
| void GbxParameter::dereferenceData |
( |
void * |
param | ) |
|
|
private |
Converts the void pointer into the type determined in determineType.
- Parameters
-
| param | Void pointer to parameter. |
| void GbxParameter::determineType |
( |
const std::type_info * |
param | ) |
|
|
private |
Determines which XML-RPC type the parameter has.
- Parameters
-
| param | Type information about the parameter. |
The documentation for this class was generated from the following files:
- /home/travis/build/TheMaximum/mania-pp/src/GbxRemote/Parameters/GbxParameter.h
- /home/travis/build/TheMaximum/mania-pp/src/GbxRemote/Parameters/GbxParameter.cpp