KMime

kmime_headerfactory.cpp File Reference
#include "kmime_headerfactory_p.h"
#include "kmime_headers.h"
#include <algorithm>
Include dependency graph for kmime_headerfactory.cpp:

Go to the source code of this file.

Macros

#define mk_header(hdr)
 

Detailed Description

This file is part of the API for handling MIME data and defines the HeaderFactory class.

Defines the HeaderFactory class.

Author(s)
Constantin Berzan <exit3.nosp@m.219@.nosp@m.gmail.nosp@m..com>

Definition in file kmime_headerfactory.cpp.

Macro Definition Documentation

◆ mk_header

#define mk_header ( hdr)
Value:
if (qstrnicmp(type, hdr ::staticType(), std::max(typeLen, strlen(hdr::staticType()))) == 0) \
return new hdr;

Definition at line 29 of file kmime_headerfactory.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:12 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.