kioslave/imap4
parseString Class Reference
#include <imapparser.h>
Public Member Functions | |
void | clear () |
QByteArray | cstr () const |
int | find (char c, int index=0) const |
void | fromString (const QString &s) |
bool | isEmpty () const |
uint | length () |
char | operator[] (int i) const |
void | takeLeftNoResize (QByteArray &dest, uint len) const |
void | takeMidNoResize (QByteArray &dest, uint start, uint len) const |
Public Attributes | |
QByteArray | data |
int | pos |
Detailed Description
a string used during parsing the string allows you to move the effective start of the string using str.pos++ and str.pos–.
- Bug:
- it is possible to move past the beginning and end of the string
Definition at line 51 of file imapparser.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.