114 #ifndef QT_NO_DATASTREAM 139 int hashKeyString(
const QString & );
140 int hashKeyAscii(
const char * );
144 #ifndef QT_NO_DATASTREAM 180 const char *getKeyAscii()
const;
181 intptr_t getKeyInt()
const;
182 void *getKeyPtr()
const;
198 return curNode ? curNode->getData() : 0;
208 return curNode ? ((
QAsciiBucket*)curNode)->getKey() : 0;
213 return curNode ? ((
QIntBucket*)curNode)->getKey() : 0;
218 return curNode ? ((
QPtrBucket*)curNode)->getKey() : 0;
DoubleProduct & operator+=(DoubleProduct &left, DoubleProduct const &right)
QAsciiBucket(const char *k, QCollection::Item d, QBaseBucket *n)
QCollection::Item get() const
size_t write(int, const char *, size_t)
Writes count bytes from buf to the filedescriptor fd.
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
QCollection::Item getData()
const QString & getKey() const
void resize(Vector< T > &vec1, Index n1, const V &val)
QCollection::Item setData(QCollection::Item d)
QGDict & operator=(const QGDict &)
const char * getKey() const
QPtrBucket(void *k, QCollection::Item d, QBaseBucket *n)
const char * getKeyAscii() const
friend class QGDictIterator
The QCollection class is the base class of all Qt collections.
QBaseBucket(QCollection::Item d, QBaseBucket *n)
An internal class for implementing QDictIterator and QIntDictIterator.
The QGDict class is an internal class for implementing QDict template classes.
intptr_t getKeyInt() const
QStringBucket(const QString &k, QCollection::Item d, QBaseBucket *n)
void setNext(QBaseBucket *n)
int read(int, char *, size_t)
Read bytes from a file descriptor.
vector< vector< double > > clear
The QDataStream class provides serialization of binary data to a QIODevice.
QString getKeyString() const
QIntBucket(intptr_t k, QCollection::Item d, QBaseBucket *n)