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

Class RawAutoCast

include/cpp/Pointer.h:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15struct RawAutoCast
16{
17 void *value;
18
19 explicit inline RawAutoCast(void *inValue) : value(inValue) { }
20
21 template<typename T>
22 operator T*() const { return (T*)value; }
23};
24
25
26Dynamic CreateDynamicPointer(void *inValue);

Callers 2

rawCastMethod · 0.85
rawCastMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected