Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::marsh::TinyDemarshaller Class Reference

A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard. More...

#include <rtt/marsh/TinyDemarshaller.hpp>

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

List of all members.

Public Member Functions

 TinyDemarshaller (const std::string &filename)
virtual bool deserialize (PropertyBag &v)
 Deserialize data to a property bag.

Detailed Description

A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard.

See also:
CPFMarshaller to create CPF files.

Definition at line 53 of file TinyDemarshaller.hpp.


Member Function Documentation

virtual bool RTT::marsh::TinyDemarshaller::deserialize ( PropertyBag v) [virtual]

Deserialize data to a property bag.

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

Implements RTT::marsh::DemarshallInterface.


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