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

Method Function

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

Source from the content-addressed store, hash-verified

424 T *call;
425
426 inline Function( ) { }
427 inline Function( const Function &inRHS ) : call(inRHS.call) { }
428 inline Function( const Dynamic &inRHS) { call = inRHS==null()?0: (T*)inRHS->__GetHandle(); }
429 inline Function( const null &inRHS ) { call = 0; }

Callers

nothing calls this directly

Calls 2

nullClass · 0.50
__GetHandleMethod · 0.45

Tested by

no test coverage detected