Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
struct AutoCast
8
{
9
void *value;
10
11
explicit inline AutoCast(void *inValue) : value(inValue) { }
12
};
13
14
15
struct RawAutoCast
Callers
7
reinterpret
Method · 0.85
reinterpret
Method · 0.85
getProcAddress
Method · 0.85
fromStaticFunction
Method · 0.85
arrayElem
Method · 0.85
ofArray
Method · 0.85
fromHandle
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected