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

Class AutoCast

include/cpp/Pointer.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6
7struct AutoCast
8{
9 void *value;
10
11 explicit inline AutoCast(void *inValue) : value(inValue) { }
12};
13
14
15struct RawAutoCast

Callers 7

reinterpretMethod · 0.85
reinterpretMethod · 0.85
getProcAddressMethod · 0.85
fromStaticFunctionMethod · 0.85
arrayElemMethod · 0.85
ofArrayMethod · 0.85
fromHandleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected