42 #ifndef QNETWORKCOOKIE_P_H 43 #define QNETWORKCOOKIE_P_H 56 #include "QtCore/qdatetime.h" 76 static inline bool isLWS(
register char c)
78 return c ==
' ' || c ==
'\t' || c ==
'\r' || c ==
'\n';
87 while (from < text.
length()) {
static QList< QNetworkCookie > parseSetCookieHeaderLine(const QByteArray &cookieString)
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
The QString class provides a Unicode character string.
static int nextNonWhitespace(const QByteArray &text, int from)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool isLWS(register char c)
int length() const
Same as size().
The QDateTime class provides date and time functions.
The QSharedData class is a base class for shared data objects.
char at(int i) const
Returns the character at index position i in the byte array.