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

Method rawCast

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

Source from the content-addressed store, hash-verified

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; }
255 inline bool operator!=( const null &inValue ) const { return ptr!=0; }

Callers

nothing calls this directly

Calls 1

RawAutoCastClass · 0.85

Tested by

no test coverage detected