Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ FieldRef
Method
FieldRef
include/hx/FieldRef.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
{
36
public:
37
explicit FieldRef(hx::Object *inObj,const String &inName) : mObject(inObj), mName(inName)
38
{
39
}
40
41
hx::Val operator=(const hx::Val &inRHS)
42
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected