#include <filters.h>
Inheritance diagram for ProxyFilter:

Public Methods | |
| ProxyFilter (Filter *filter,unsigned int firstSize,unsigned int lastSize,BufferedTransformation *outQ) | |
| void | Flush (bool completeFlush,int propagation=-1) |
| process everything in internal buffers and output them. More... | |
| void | SetFilter (Filter *filter) |
| void | NextPut (const byte *s,unsigned int len) |
Protected Attributes | |
| member_ptr<Filter> | m_filter |
| OutputProxy* | m_proxy |
Definition at line 319 of file filters.h.
|
|
Definition at line 202 of file filters.cpp. |
|
|
process everything in internal buffers and output them. throws exception if completeFlush == true and it's not possible to flush everything Reimplemented from BufferedTransformation. Definition at line 209 of file filters.cpp. |
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 235 of file filters.cpp. |
|
|
Definition at line 221 of file filters.cpp. |
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000