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

Method ObjectPtr

include/hx/Object.h:299–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 typedef OBJ_ *Ptr;
298
299 inline ObjectPtr() : mPtr(0) { }
300 inline ObjectPtr(OBJ_ *inObj) : mPtr(inObj) { }
301 inline ObjectPtr(const null &inNull) : mPtr(0) { }
302 inline ObjectPtr(const ObjectPtr<OBJ_> &inOther) : mPtr( inOther.mPtr ) { }

Callers

nothing calls this directly

Calls 1

asObjectMethod · 0.80

Tested by

no test coverage detected