MCPcopy Create free account
hub / github.com/KDE/kdevelop / readList

Function readList

kdevplatform/serialization/itemrepository.h:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126template<typename T>
127void readList(QIODevice* file, QVector<T>* to)
128{
129 Q_ASSERT(to);
130 readValues(file, to->size(), to->data());
131}
132
133template<class T>
134void writeValues(QIODevice* file, uint numValues, const T* from)

Callers 1

openMethod · 0.85

Calls 3

readValuesFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected