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

Public Methods | |
| Redirector () | |
| Redirector (BufferedTransformation &target,bool passSignal=true) | |
| void | Redirect (BufferedTransformation &target) |
| void | StopRedirect () |
| bool | GetPassSignal ()const |
| void | SetPassSignal (bool passSignal) |
| void | Put (byte b) |
| input a byte for processing. More... | |
| void | Put (const byte *string,unsigned int len) |
| input multiple bytes. More... | |
| void | Flush (bool completeFlush,int propagation=-1) |
| process everything in internal buffers and output them. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
| void | MessageSeriesEnd (int propagation=-1) |
| mark end of a series of messages. More... | |
| void | ChannelPut (const::string &channel,byte b) |
| void | ChannelPut (const::string &channel,const byte *string,unsigned int len) |
| void | ChannelFlush (const::string &channel,bool completeFlush,int propagation=-1) |
| void | ChannelMessageEnd (const::string &channel,int propagation=-1) |
| void | ChannelMessageSeriesEnd (const::string &channel,int propagation=-1) |
Definition at line 244 of file filters.h.
|
|
|
|
|
|
|
|
Reimplemented from BufferedTransformation. |
|
|
Reimplemented from BufferedTransformation. |
|
|
Reimplemented from BufferedTransformation. |
|
|
Reimplemented from BufferedTransformation. |
|
|
Reimplemented from BufferedTransformation. |
|
|
process everything in internal buffers and output them. throws exception if completeFlush == true and it's not possible to flush everything Reimplemented from BufferedTransformation. |
|
|
|
|
|
mark end of an input segment, message, or packet. propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation. Reimplemented from BufferedTransformation. |
|
|
mark end of a series of messages. There should be a MessageEnd immediately before MessageSeriesEnd. Reimplemented from BufferedTransformation. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000