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

Function isPointerObject

src/hx/cppia/Cppia.cpp:3830–3830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3828
3829template<typename T>
3830inline static bool isPointerObject(T *) { return false; }
3831inline static bool isPointerObject(hx::Object **) { return true; }
3832inline static bool isPointerObject(String *) { return true; }
3833template<typename T>

Callers 1

genCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected