Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

UserOfFunnelDevice Class Reference

Class capable of receiving XmlChar strings via the FunnelDevice. More...

#include <funneldevice.h>

Inheritance diagram for UserOfFunnelDevice:

XmlModelBase XmlAdaptiveModel XmlSimpleModel List of all members.

Public Methods

virtual void receiveData (XmlChar *data, size_t size)=0
 Receive the data of given size. More...


Detailed Description

Class capable of receiving XmlChar strings via the FunnelDevice.

Inherit this class whenever you want your class to be able to receive XmlChar strings via the FunnelDevice.

Definition at line 132 of file funneldevice.h.


Member Function Documentation

virtual void UserOfFunnelDevice::receiveData XmlChar *    data,
size_t    size
[pure virtual]
 

Receive the data of given size.

This method is called when the data arrive from the FunnelDevice.

Parameters:
data  Pointer to the incoming data.
size  The size of incoming data.

Implemented in XmlAdaptiveModel.


The documentation for this class was generated from the following file:
Generated on Wed Feb 5 10:43:06 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002