KMIME Library
KMime::EightBitCodec Class Reference
#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.
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:24:34 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:24:34 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.