The default Orocos demarshaller for extracting properties and property bags from a property file. More...
#include <PropertyDemarshaller.hpp>

| Public Member Functions | |
| virtual bool | deserialize (PropertyBag &v) | 
| PropertyDemarshaller (const std::string &filename) | |
| ~PropertyDemarshaller () | |
| Private Member Functions | |
| PropertyDemarshaller (const PropertyDemarshaller &) | |
| Private Attributes | |
| DemarshallInterface * | d | 
The default Orocos demarshaller for extracting properties and property bags from a property file.
Definition at line 54 of file PropertyDemarshaller.hpp.
| RTT::marsh::PropertyDemarshaller::PropertyDemarshaller | ( | const PropertyDemarshaller & | ) |  [private] | 
| RTT::PropertyDemarshaller::PropertyDemarshaller | ( | const std::string & | filename | ) | 
Definition at line 54 of file PropertyDemarshaller.cpp.
Definition at line 69 of file PropertyDemarshaller.cpp.
| bool RTT::PropertyDemarshaller::deserialize | ( | PropertyBag & | v | ) |  [virtual] | 
Deserialize data to a property bag.
| v | The property bag which will contain the results of the deserialization. | 
Implements RTT::marsh::DemarshallInterface.
Definition at line 74 of file PropertyDemarshaller.cpp.
Definition at line 57 of file PropertyDemarshaller.hpp.