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) |
| virtual bool | deserialize (PropertyBag &v) |
| PropertyDemarshaller (const std::string &filename) | |
| PropertyDemarshaller (const std::string &filename) | |
| ~PropertyDemarshaller () | |
| ~PropertyDemarshaller () | |
Private Member Functions | |
| PropertyDemarshaller (const PropertyDemarshaller &) | |
| 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 install/include/rtt/marsh/PropertyDemarshaller.hpp.
| RTT::marsh::PropertyDemarshaller::PropertyDemarshaller | ( | const PropertyDemarshaller & | ) | [private] |
| RTT::PropertyDemarshaller::PropertyDemarshaller | ( | const std::string & | filename | ) |
Definition at line 44 of file PropertyDemarshaller.cpp.
| RTT::PropertyDemarshaller::~PropertyDemarshaller | ( | ) |
Definition at line 59 of file PropertyDemarshaller.cpp.
| RTT::marsh::PropertyDemarshaller::PropertyDemarshaller | ( | const PropertyDemarshaller & | ) | [private] |
| RTT::marsh::PropertyDemarshaller::PropertyDemarshaller | ( | const std::string & | filename | ) |
| RTT::marsh::PropertyDemarshaller::~PropertyDemarshaller | ( | ) |
| virtual bool RTT::marsh::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.
| 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 64 of file PropertyDemarshaller.cpp.
Definition at line 57 of file install/include/rtt/marsh/PropertyDemarshaller.hpp.