#include <rtt/marsh/TinyDemarshaller.hpp>

Definition at line 52 of file TinyDemarshaller.hpp.
Public Member Functions | |
| TinyDemarshaller (const std::string &filename) | |
| virtual bool | deserialize (PropertyBag &v) |
| Deserialize data to a property bag. | |
| 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 376 of file TinyDemarshaller.cpp.
References RTT::deleteProperties(), TiXmlHandle::FirstChildElement(), and TiXmlHandle::Node().
1.5.6