Unimplemented counterpart of XMLMarshaller. More...
#include <rtt/marsh/XMLDemarshaller.hpp>
Public Member Functions | |
XMLDemarshaller (input_stream &is) | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. | |
Public Attributes | |
input_stream & | _is |
Unimplemented counterpart of XMLMarshaller.
Definition at line 51 of file XMLDemarshaller.hpp.
virtual bool RTT::XMLDemarshaller< input_stream >::deserialize | ( | PropertyBag & | v | ) | [inline, virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implements RTT::Demarshaller.
Definition at line 59 of file XMLDemarshaller.hpp.