#include <rtt/marsh/TinyDemarshaller.hpp>

Definition at line 52 of file TinyDemarshaller.hpp.
Public Member Functions | |
| TinyDemarshaller (const std::string &filename) | |
| ~TinyDemarshaller () | |
| virtual bool | deserialize (PropertyBag &v) |
| Deserialize data to a property bag. | |
Classes | |
| struct | D |
| bool deserialize | ( | PropertyBag & | v | ) | [virtual] |
Deserialize data to a property bag.
| v | The property bag which will contain the results of the deserialization. |
Implements Demarshaller.
Definition at line 338 of file TinyDemarshaller.cpp.
References RTT::deleteProperties(), TinyDemarshaller::D::doc, RTT::Error, TiXmlHandle::FirstChildElement(), TinyDemarshaller::D::loadOkay, TiXmlHandle::Node(), and Tiny2CPFHandler::populateBag().
1.5.3