A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard. More...
#include <TinyDemarshaller.hpp>

Classes | |
| class | D |
Public Member Functions | |
| virtual bool | deserialize (PropertyBag &v) |
| TinyDemarshaller (const std::string &filename) | |
| ~TinyDemarshaller () | |
Public Member Functions inherited from RTT::marsh::DemarshallInterface | |
| virtual | ~DemarshallInterface () |
Private Attributes | |
| D * | d |
A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard.
Definition at line 53 of file TinyDemarshaller.hpp.
| RTT::marsh::TinyDemarshaller::TinyDemarshaller | ( | const std::string & | filename | ) |
Definition at line 398 of file TinyDemarshaller.cpp.
| RTT::marsh::TinyDemarshaller::~TinyDemarshaller | ( | ) |
Definition at line 411 of file TinyDemarshaller.cpp.
|
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 416 of file TinyDemarshaller.cpp.
|
private |
Definition at line 56 of file TinyDemarshaller.hpp.