MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator=

Method operator=

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

Source from the content-addressed store, hash-verified

230
231
232 inline Pointer operator=( const Pointer &inRHS ) { return ptr = inRHS.ptr; }
233 inline Dynamic operator=( Dynamic &inValue )
234 {
235 ptr = inValue==null() ? 0 : (T*) inValue->__GetHandle();

Callers

nothing calls this directly

Calls 2

nullClass · 0.50
__GetHandleMethod · 0.45

Tested by

no test coverage detected