MCPcopy Create free account
hub / github.com/bbidulock/icewm / remove

Method remove

src/yarray.h:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 virtual void remove(const SizeType index) {
267 if (index < getCount()) {
268 getItemPtr(index)->__unref();
269 YBaseArray::remove(index);
270 }
271 }
272
273 virtual void clear() {
274 for (SizeType i = 0; i < getCount(); ++i)

Callers 2

YArrayIteratorClass · 0.45
findRemoveFunction · 0.45

Calls 1

__unrefMethod · 0.80

Tested by

no test coverage detected