Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::marsh::DemarshallInterface Class Referenceabstract

An interface for extracting properties from a format. More...

#include <rtt/marsh/MarshallInterface.hpp>

Inheritance diagram for RTT::marsh::DemarshallInterface:
RTT::marsh::PropertyDemarshaller RTT::marsh::TinyDemarshaller RTT::marsh::XMLRPCDemarshaller

Public Member Functions

virtual ~DemarshallInterface ()
 
virtual bool deserialize (PropertyBag &v)=0
 Deserialize data to a property bag. More...
 

Detailed Description

An interface for extracting properties from a format.

See also
MarshallInterface
Property
PropertyBag

Definition at line 91 of file MarshallInterface.hpp.

Constructor & Destructor Documentation

virtual RTT::marsh::DemarshallInterface::~DemarshallInterface ( )
inlinevirtual

Definition at line 94 of file MarshallInterface.hpp.

Member Function Documentation

virtual bool RTT::marsh::DemarshallInterface::deserialize ( PropertyBag v)
pure virtual

Deserialize data to a property bag.

Parameters
vThe property bag which will contain the results of the deserialization.
See also
PropertyBag

Implemented in RTT::marsh::XMLRPCDemarshaller, RTT::marsh::PropertyDemarshaller, and RTT::marsh::TinyDemarshaller.

Referenced by RTT::marsh::PropertyDemarshaller::deserialize().


The documentation for this class was generated from the following file: