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

Method Reference

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

Source from the content-addressed store, hash-verified

383
384
385 inline Reference( const T &inRHS ) : Pointer<T>(&inRHS) { }
386 inline Reference( T &inRHS ) : Pointer<T>(&inRHS) { }
387
388 inline Reference( ) : Pointer<T>((T*)0) { }

Callers

nothing calls this directly

Calls 2

nullClass · 0.50
__GetHandleMethod · 0.45

Tested by

no test coverage detected