#include <XMLRPCDemarshaller.hpp>
Public Member Functions | |
virtual bool | deserialize (PropertyBag &v) |
XMLRPCDemarshaller (const std::string filename) | |
~XMLRPCDemarshaller () | |
Private Types | |
typedef unsigned short | XMLCh |
Private Attributes | |
InputSource * | fis |
XMLCh * | name |
A DemarshallInterface for the XMLRPC Protocol. Similar to the CPFDemarshaller, but less well tested.
Definition at line 227 of file XMLRPCDemarshaller.hpp.
typedef unsigned short RTT::marsh::XMLRPCDemarshaller::XMLCh [private] |
Definition at line 230 of file XMLRPCDemarshaller.hpp.
RTT::marsh::XMLRPCDemarshaller::XMLRPCDemarshaller | ( | const std::string | filename | ) | [inline] |
Read Properties from a local file.
Definition at line 240 of file XMLRPCDemarshaller.hpp.
RTT::marsh::XMLRPCDemarshaller::~XMLRPCDemarshaller | ( | ) | [inline] |
Definition at line 248 of file XMLRPCDemarshaller.hpp.
virtual bool RTT::marsh::XMLRPCDemarshaller::deserialize | ( | PropertyBag & | v | ) | [inline, virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implements RTT::marsh::DemarshallInterface.
Definition at line 254 of file XMLRPCDemarshaller.hpp.
InputSource* RTT::marsh::XMLRPCDemarshaller::fis [private] |
Definition at line 233 of file XMLRPCDemarshaller.hpp.
XMLCh* RTT::marsh::XMLRPCDemarshaller::name [private] |
Definition at line 232 of file XMLRPCDemarshaller.hpp.