Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
template<typename T> inline void VisitMember(T &outT,hx::VisitContext *__inCtx) { }
104
105
template<typename T> inline void VisitMember(hx::ObjectPtr<T> &outT,hx::VisitContext *__inCtx)
106
{
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected