#include <filters.h>

Public Member Functions | |
| OpaqueFilter (BufferedTransformation *attachment=NULL) | |
| void | SetTransparent (bool transparent) |
| void | AddRangeToSkip (unsigned int message, lword position, lword size, bool sortNow=true) |
| void | ResetMeter () |
| void | IsolatedInitialize (const NameValuePairs ¶meters) |
| lword | GetCurrentMessageBytes () const |
| lword | GetTotalBytes () |
| unsigned int | GetCurrentSeriesMessages () |
| unsigned int | GetTotalMessages () |
| unsigned int | GetTotalMessageSeries () |
| byte * | CreatePutSpace (size_t &size) |
| size_t | Put2 (const byte *begin, size_t length, int messageEnd, bool blocking) |
| size_t | PutModifiable2 (byte *inString, size_t length, int messageEnd, bool blocking) |
| bool | IsolatedMessageSeriesEnd (bool blocking) |
| bool | IsolatedFlush (bool hardFlush, bool blocking) |
Definition at line 134 of file filters.h.
1.5.7.1