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

Method Native

include/hx/Native.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 T ptr;
60
61 Native () : ptr(0) { }
62 Native (T inPtr) : ptr(inPtr) { }
63 Native (const Native<T> &inNative) : ptr(inNative.ptr) { }
64 #ifdef CPP_VARIANT_ONCE_H

Callers

nothing calls this directly

Calls 2

asObjectMethod · 0.80
__GetHandleMethod · 0.45

Tested by

no test coverage detected