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

Method __GetHandle

src/Dynamic.cpp:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 // k_cpp_struct
256 int __GetType() const HXCPP_OVERRIDE { return vtAbstractBase + 3; }
257 void * __GetHandle() const HXCPP_OVERRIDE { return mValue; }
258 String toString() HXCPP_OVERRIDE
259 {
260 return __ToString();

Callers 2

__CompareMethod · 0.45
__CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected