Orocos Real-Time Toolkit
2.8.3
|
An interface for extracting properties from a format. More...
#include <rtt/marsh/MarshallInterface.hpp>
Public Member Functions | |
virtual | ~DemarshallInterface () |
virtual bool | deserialize (PropertyBag &v)=0 |
Deserialize data to a property bag. More... | |
An interface for extracting properties from a format.
Definition at line 91 of file MarshallInterface.hpp.
|
inlinevirtual |
Definition at line 94 of file MarshallInterface.hpp.
|
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().