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

Method data

kdevplatform/util/convenientfreelist.h:70–73  ·  view source on GitHub ↗

Returns the underlying array. That array may contain invalid/free items.

Source from the content-addressed store, hash-verified

68
69 ///Returns the underlying array. That array may contain invalid/free items.
70 const Data* data() const
71 {
72 return m_data;
73 }
74
75 ///Returns the first valid index that has a data-value larger or equal to @p data.
76 ///Returns -1 if nothing is found.

Callers 4

insertMethod · 0.45
iteratorMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected