| Orocos Real-Time Toolkit
    2.9.0
    | 
A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard. More...
#include <rtt/marsh/TinyDemarshaller.hpp>
 
  
 | Public Member Functions | |
| TinyDemarshaller (const std::string &filename) | |
| ~TinyDemarshaller () | |
| virtual bool | deserialize (PropertyBag &v) | 
| Deserialize data to a property bag.  More... | |
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 | ) | 
| RTT::marsh::TinyDemarshaller::~TinyDemarshaller | ( | ) | 
| 
 | virtual | 
Deserialize data to a property bag.
| v | The property bag which will contain the results of the deserialization. | 
Implements RTT::marsh::DemarshallInterface.
 1.8.11
 1.8.11