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

Function GetBase

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

Source from the content-addressed store, hash-verified

226
227 const char * __CStr() const HXCPP_OVERRIDE { return mBase; }
228 inline const char *GetBase() const { return mBase; }
229 inline char *GetBase() { return mBase; }
230
231 virtual int GetElementSize() const = 0;

Callers 1

copyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected