KIOSlave
HeaderTokenizer Class Reference
#include <parsinghelpers.h>
Inheritance diagram for HeaderTokenizer:
Public Member Functions | |
HeaderTokenizer (char *buffer) | |
int | tokenize (int begin, int end) |
Public Member Functions inherited from QHash< QByteArray, HeaderField > | |
QHash () | |
QHash (const QHash< Key, T > &other) | |
~QHash () | |
iterator | begin () |
const_iterator | begin () const |
int | capacity () const |
void | clear () |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
const_iterator | constFind (const Key &key) const |
bool | contains (const Key &key) const |
int | count () const |
int | count (const Key &key) const |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
iterator | erase (iterator pos) |
const_iterator | find (const Key &key) const |
iterator | find (const Key &key) |
iterator | insert (const Key &key, const T &value) |
iterator | insertMulti (const Key &key, const T &value) |
bool | isEmpty () const |
const Key | key (const T &value, const Key &defaultKey) const |
const Key | key (const T &value) const |
QList< Key > | keys () const |
QList< Key > | keys (const T &value) const |
bool | operator!= (const QHash< Key, T > &other) const |
QHash< Key, T > & | operator= (const QHash< Key, T > &other) |
bool | operator== (const QHash< Key, T > &other) const |
T & | operator[] (const Key &key) |
const T | operator[] (const Key &key) const |
int | remove (const Key &key) |
void | reserve (int size) |
int | size () const |
void | squeeze () |
void | swap (QHash< Key, T > &other) |
T | take (const Key &key) |
QList< Key > | uniqueKeys () const |
QHash< Key, T > & | unite (const QHash< Key, T > &other) |
const T | value (const Key &key) const |
const T | value (const Key &key, const T &defaultValue) const |
QList< T > | values (const Key &key) const |
QList< T > | values () const |
Additional Inherited Members | |
Public Attributes inherited from QHash< QByteArray, HeaderField > | |
typedef | ConstIterator |
typedef | difference_type |
typedef | Iterator |
typedef | key_type |
typedef | mapped_type |
typedef | size_type |
Detailed Description
Definition at line 64 of file parsinghelpers.h.
Constructor & Destructor Documentation
HeaderTokenizer::HeaderTokenizer | ( | char * | buffer | ) |
Definition at line 118 of file parsinghelpers.cpp.
Member Function Documentation
int HeaderTokenizer::tokenize | ( | int | begin, |
int | end | ||
) |
- Returns
- : index of first char after header or end
Definition at line 169 of file parsinghelpers.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 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:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.