#include "wvbuf.h"
#include "wvlinklist.h"
#include "wvstring.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WvEncoder |
The base encoder class. More... | |
class | WvEncoderChain |
An encoder chain owns a list of encoders that are used in sequence to transform data from a source buffer to a target buffer. More... | |
class | WvEncoderChain::WvEncoderChainElem |
class | WvNullEncoder |
An encoder that discards all of its input. More... | |
class | WvPassthroughEncoder |
A very efficient passthrough encoder that just merges the input buffer into the output buffer. More... |