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

Method data

kdevplatform/util/objectlist.h:110–115  ·  view source on GitHub ↗

* Accessor to the up-to-date list inside the object tracker */

Source from the content-addressed store, hash-verified

108 * Accessor to the up-to-date list inside the object tracker
109 */
110 QList<T*> data() const
111 {
112 // This is considered safe, as QList<X*> and QList<Y*> have the same memory layout
113 // also see http://comments.gmane.org/gmane.comp.lib.qt.general/38943
114 return *reinterpret_cast<const QList<T*>*>(&m_tracker.data());
115 }
116
117private:
118 ObjectListTracker m_tracker;

Callers 15

currentProfileMethod · 0.45
effectiveProfileNameMethod · 0.45
doVisibilityMethod · 0.45
showToolTipMethod · 0.45
operator==Function · 0.45
shuffleBetweenStreamsFunction · 0.45
mainFunction · 0.45
insertMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by 8

insertMethod · 0.36
containsMethod · 0.36
removeMethod · 0.36
verifyMethod · 0.36
testFilteringMethod · 0.36
testBasicInterfaceMethod · 0.36
testDeleteAllMethod · 0.36