KMIME Library
KMime::SevenBitCodec Class Reference
A class representing the codec for seven-bit-text. More...
#include <kmime_codec_identity.h>
Inheritance diagram for KMime::SevenBitCodec:

Public Member Functions | |
const char * | name () const |
~SevenBitCodec () | |
Protected Member Functions | |
SevenBitCodec () |
Detailed Description
A class representing the codec for seven-bit-text.
Definition at line 121 of file kmime_codec_identity.h.
Constructor & Destructor Documentation
KMime::SevenBitCodec::SevenBitCodec | ( | ) | [inline, protected] |
Constructs the 7-bit codec.
Definition at line 128 of file kmime_codec_identity.h.
KMime::SevenBitCodec::~SevenBitCodec | ( | ) | [inline] |
Destroys the codec.
Definition at line 134 of file kmime_codec_identity.h.
Member Function Documentation
const char* KMime::SevenBitCodec::name | ( | ) | const [inline, virtual] |
Returns the name of the encoding. Guaranteed to be lowercase.
Implements KMime::Codec.
Definition at line 140 of file kmime_codec_identity.h.
The documentation for this class was generated from the following file: