Orocos Real-Time Toolkit
2.6.0
|
An interface for extracting properties from a format. More...
#include <rtt/marsh/MarshallInterface.hpp>
Public Member Functions | |
virtual bool | deserialize (PropertyBag &v)=0 |
Deserialize data to a property bag. |
An interface for extracting properties from a format.
Definition at line 91 of file MarshallInterface.hpp.
virtual bool RTT::marsh::DemarshallInterface::deserialize | ( | PropertyBag & | v | ) | [pure virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implemented in RTT::marsh::XMLRPCDemarshaller, RTT::marsh::PropertyDemarshaller, and RTT::marsh::TinyDemarshaller.
Referenced by RTT::marsh::PropertyDemarshaller::deserialize().