kioslaves/imap4
mimeHdrLine Class Reference
#include <mimehdrline.h>
Detailed Description
- Author:
- Sven Carstens
Definition at line 29 of file mimehdrline.h.
Public Member Functions | |
| mimeHdrLine () | |
| mimeHdrLine (mimeHdrLine *) | |
| mimeHdrLine (const QCString &, const QCString &) | |
| ~mimeHdrLine () | |
| int | setStr (const char *) |
| int | appendStr (const char *) |
| const QCString & | getValue () |
| const QCString & | getLabel () |
Static Public Member Functions | |
| static QCString | truncateLine (QCString, unsigned int truncate=80) |
| static int | parseSeparator (char, const char *) |
| static int | parseQuoted (char, char, const char *) |
| static int | skipWS (const char *) |
| static int | parseHalfWord (const char *) |
| static int | parseWord (const char *) |
| static int | parseAlphaNum (const char *) |
Protected Member Functions | |
| int | parseFullLine (const char *) |
| int | parseHalfLine (const char *) |
Protected Attributes | |
| QCString | mimeValue |
| QCString | mimeLabel |
Member Function Documentation
|
|
return the label
Definition at line 469 of file mimehdrline.cc. |
|
|
return the value
Definition at line 476 of file mimehdrline.cc. |
|
|
slurp one alphanumerical word without continuation
Definition at line 225 of file mimehdrline.cc. |
|
|
parses a continuated line
Definition at line 358 of file mimehdrline.cc. |
|
|
slurp one line without continuation
Definition at line 284 of file mimehdrline.cc. |
|
|
slurp one word respecting backticks
Definition at line 253 of file mimehdrline.cc. |
|
||||||||||||||||
|
slurp one word
Definition at line 184 of file mimehdrline.cc. |
|
||||||||||||
|
parses continuated lines
Definition at line 408 of file mimehdrline.cc. |
|
|
slurp one word
Definition at line 163 of file mimehdrline.cc. |
|
|
parse a Line into the class and report characters slurped
Definition at line 94 of file mimehdrline.cc. |
|
|
skip all white space characters
Definition at line 318 of file mimehdrline.cc. |
Member Data Documentation
|
|
contains the Label of the line
Definition at line 60 of file mimehdrline.h. |
|
|
contains the Value
Definition at line 57 of file mimehdrline.h. |
The documentation for this class was generated from the following files:

