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

Function CreateDynamicPointer

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

Source from the content-addressed store, hash-verified

319// --- Pointer -------------------------------------------------
320
321Dynamic CreateDynamicPointer(void *inValue) {
322 if (!inValue)
323 return Dynamic();
324 return new hx::PointerData(inValue);
325}
326
327// --- Struct -------------------------------------------------
328

Callers 6

__FieldMethod · 0.85
__pointerToBaseMethod · 0.85
PointerClass · 0.85
Pointer<void>Class · 0.85
FunctionClass · 0.85
VariantMethod · 0.85

Calls 1

DynamicClass · 0.50

Tested by

no test coverage detected