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

Method reinterpret

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

Source from the content-addressed store, hash-verified

249
250
251 inline AutoCast reinterpret() { return AutoCast(ptr); }
252 inline RawAutoCast rawCast() { return RawAutoCast(ptr); }
253
254 inline bool operator==( const null &inValue ) const { return ptr==0; }

Callers

nothing calls this directly

Calls 1

AutoCastClass · 0.85

Tested by

no test coverage detected