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

Method iterator

kdevplatform/util/convenientfreelist.h:731–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729
730template<class Data, class Handler>
731ConvenientEmbeddedSetIterator<Data, Handler> ConstantConvenientEmbeddedSet<Data, Handler>::iterator() const
732{
733 return ConvenientEmbeddedSetIterator<Data, Handler>(m_data, m_dataSize, m_centralFreeItem);
734}
735
736///This is a simple set implementation based on the embedded free tree algorithms.
737///The core advantage of the whole thing is that the wole set is represented by a consecutive

Callers 2

testFilteringMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFilteringMethod · 0.36