#include <filters.h>
Inheritance diagram for Source:
Definition at line 605 of file filters.h.
Public Member Functions | |
Source (BufferedTransformation *attachment) | |
unsigned long | Pump (unsigned long pumpMax=ULONG_MAX) |
unsigned int | PumpMessages (unsigned int count=UINT_MAX) |
void | PumpAll () |
virtual unsigned int | Pump2 (unsigned long &byteCount, bool blocking=true)=0 |
virtual unsigned int | PumpMessages2 (unsigned int &messageCount, bool blocking=true)=0 |
virtual unsigned int | PumpAll2 (bool blocking=true) |
virtual bool | SourceExhausted () const=0 |
Protected Member Functions | |
void | SourceInitialize (bool pumpAll, const NameValuePairs ¶meters) |