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

Function VisitMember

include/hx/GcTypeInference.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102#ifdef HXCPP_VISIT_ALLOCS
103template<typename T> inline void VisitMember(T &outT,hx::VisitContext *__inCtx) { }
104
105template<typename T> inline void VisitMember(hx::ObjectPtr<T> &outT,hx::VisitContext *__inCtx)
106{

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected