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

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