#include <filters.h>
Definition at line 366 of file filters.h.
Public Member Functions | |
Redirector (BufferedTransformation &target, bool passSignal=true) | |
void | Redirect (BufferedTransformation &target) |
void | StopRedirection () |
bool | GetPassSignal () const |
void | SetPassSignal (bool passSignal) |
unsigned int | Put2 (const byte *begin, unsigned int length, int messageEnd, bool blocking) |
void | Initialize (const NameValuePairs ¶meters, int propagation) |
bool | Flush (bool hardFlush, int propagation=-1, bool blocking=true) |
bool | MessageSeriesEnd (int propagation=-1, bool blocking=true) |
void | ChannelInitialize (const std::string &channel, const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) |
unsigned int | ChannelPut2 (const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking) |
unsigned int | ChannelPutModifiable2 (const std::string &channel, byte *begin, unsigned int length, int messageEnd, bool blocking) |
bool | ChannelFlush (const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true) |
bool | ChannelMessageSeriesEnd (const std::string &channel, int propagation=-1, bool blocking=true) |