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

Function GetBase

include/cpp/VirtualArray.h:354–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353 const char * __CStr() const HXCPP_OVERRIDE { return store==hx::arrayEmpty ? "[]" : store==hx::arrayNull ? "null" : base->__CStr(); }
354 inline const char *GetBase() const { return base ? base->GetBase() : 0; }
355 inline char *GetBase() { return base ? base->GetBase() : 0; }
356
357 int GetElementSize() const { checkBase(); return store==hx::arrayEmpty ? 0 : base->GetElementSize(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected