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

Function MarkMember

include/cpp/VirtualArray.h:760–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758{
759// For type inference when marking
760template<> inline void MarkMember(cpp::VirtualArray &outT,hx::MarkContext *__inCtx)
761 { HX_MARK_OBJECT(outT.mPtr); }
762
763#ifdef HXCPP_VISIT_ALLOCS
764template<> inline void VisitMember(cpp::VirtualArray &outT,hx::VisitContext *__inCtx)

Callers 2

MarkMethod · 0.50
__MarkMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected