kioslaves/imap4
parseString Class Reference
#include <imapparser.h>
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 52 of file imapparser.h.
Public Member Functions | |
| parseString () | |
| char | operator[] (uint i) const |
| bool | isEmpty () const |
| QCString | cstr () const |
| int | find (char c, int index=0) |
| void | takeLeft (QCString &dest, uint len) const |
| void | takeLeftNoResize (QCString &dest, uint len) const |
| void | takeMid (QCString &dest, uint start, uint len) const |
| void | takeMidNoResize (QCString &dest, uint start, uint len) const |
| void | clear () |
| uint | length () |
| void | fromString (const QString &s) |
Public Attributes | |
| QByteArray | data |
| uint | pos |
The documentation for this class was generated from the following file:

