MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / getElementSize

Function getElementSize

include/Array.h:189–189  ·  view source on GitHub ↗

Used by cpp.ArrayBase

Source from the content-addressed store, hash-verified

187
188 // Used by cpp.ArrayBase
189 inline int getElementSize() const { return GetElementSize(); }
190 inline int getByteCount() const { return GetElementSize()*length; }
191 inline char * getBase() const { return mBase; }
192

Callers

nothing calls this directly

Calls 1

GetElementSizeFunction · 0.70

Tested by

no test coverage detected