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

Method YBaseArray

src/yarray.cc:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include <errno.h>
23
24YBaseArray::YBaseArray(YBaseArray &other):
25 fElementSize(other.fElementSize),
26 fCapacity(other.fCapacity),
27 fCount(other.fCount),
28 fElements(other.fElements) {
29 other.release();
30}
31
32YBaseArray::YBaseArray(const YBaseArray& other):
33 fElementSize(other.fElementSize),

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected