Main Page Class Hierarchy Alphabetical List Compound List Examples |
#include <qp.h>
Inheritance diagram for QP::Encoder:
Public Member Functions | |
double | codeSizeMultiplier () const |
Encoder (bool isBinary=false) | |
const char * | name () const |
size_t | maxlen () |
void | maxlen (size_t i) |
template<typename InIt, typename OutIt> | |
void | process (InIt bit, InIt eit, OutIt out) |
template<typename OutIt> | |
void | process (char_type ic, OutIt &out) |
template<typename OutIt> | |
void | flush (OutIt &out) |
|
Constructor
|
|
return the multiplier of the required (max) size of the output buffer when encoding Reimplemented from codec. |
|
Write to |
|
Set the max line length. No more then |
|
Returns the max line length |
|
Returns the name of the codec ("Quoted-Printable") Implements codec. |
|
Encodes
|
|
Encodes [ |