A simple demarshaller. More...
#include <rtt/marsh/SimpleDemarshaller.hpp>
Public Types | |
typedef std::istream | input_stream |
Public Member Functions | |
SimpleDemarshaller (const std::string &filename) | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. | |
Protected Attributes | |
input_stream * | _is |
A simple demarshaller.
Definition at line 56 of file SimpleDemarshaller.hpp.
virtual bool RTT::SimpleDemarshaller::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 73 of file SimpleDemarshaller.hpp.