KMIME Library
kmime_contentindex.cpp
Go to the documentation of this file.
bool operator==(const ContentIndex &index) const
Compares this with index for equality.
Definition: kmime_contentindex.cpp:100
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
bool isValid() const
Returns true if this index is non-empty (valid).
Definition: kmime_contentindex.cpp:76
QString join(const QString &separator) const
ContentIndex & operator=(const ContentIndex &other)
Assignment operator.
Definition: kmime_contentindex.cpp:110
QString number(int n, int base)
void append(const T &value)
bool operator!=(const ContentIndex &index) const
Compares this with index for inequality.
Definition: kmime_contentindex.cpp:105
QString toString() const
Returns a string representation of this content index according to RFC3501 section 6...
Definition: kmime_contentindex.cpp:91
This file is part of the API for handling MIME data and defines the ContentIndex class.
uint toUInt(bool *ok, int base) const
A class to uniquely identify message parts (Content) in a hierarchy.
Definition: kmime_contentindex.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.