#include <rtt/marsh/PropertyDemarshaller.hpp>

Definition at line 15 of file PropertyDemarshaller.hpp.
Public Member Functions | |
| PropertyDemarshaller (const std::string &filename) | |
| ~PropertyDemarshaller () | |
| 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 36 of file PropertyDemarshaller.cpp.
References Demarshaller::deserialize().
1.5.3