#include "defs.h"
#include "debug.h"
#include "exceptions.h"
#include "iodevice.h"
#include "xmldefs.h"
Go to the source code of this file.
Compounds | |
class | FunnelDevice |
A device that acts like a 'funnel'. More... | |
class | UserOfFunnelDevice |
Class capable of receiving XmlChar strings via the FunnelDevice. More... | |
Defines | |
#define | DEFAULT_FUNNEL_BUFFER_SIZE 4098 |
The size of the FunnelDevice inner buffer. |
This file contains the definition of the FunnelDevice class.
Definition in file funneldevice.h.