KIMAP Library
imapset.cpp
bool isEmpty() const
Returns true if this set doesn't contains any values.
Definition: imapset.cpp:313
bool hasDefinedBegin() const
Returns true if this interval has a defined begin.
Definition: imapset.cpp:104
QList< QByteArray > split(char sep) const
ImapInterval::List intervals() const
Returns the intervals this set consists of.
Definition: imapset.cpp:308
bool isEmpty() const
bool hasDefinedEnd() const
Returns true if this intercal has been defined.
Definition: imapset.cpp:114
int size() const
int count(const T &value) const
bool isEmpty() const
QByteArray number(int n, int base)
T & first()
Represents a set of natural numbers (1-> ) in a as compact as possible form.
Definition: imapset.h:140
static ImapInterval fromImapSequence(const QByteArray &sequence)
Return the interval corresponding to the given IMAP-compatible QByteArray representation.
Definition: imapset.cpp:159
static ImapSet fromImapSequenceSet(const QByteArray &sequence)
Return the set corresponding to the given IMAP-compatible QByteArray representation.
Definition: imapset.cpp:293
QByteArray toImapSequenceSet() const
Returns a IMAP-compatible QByteArray representation of this set.
Definition: imapset.cpp:272
QByteArray toImapSequence() const
Converts this set into an IMAP compatible sequence.
Definition: imapset.cpp:141
const_iterator constEnd() const
const_iterator constBegin() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:03 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:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.