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

Method CMemberFunctionVar

include/hx/DynamicImpl.h:1074–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072
1073
1074 CMemberFunctionVar(const char *inName,hx::Object *inObj, MemberFunctionVar inFunction,int inN)
1075 {
1076 mThis = inObj;
1077 mFunction = inFunction;
1078 mName = inName;
1079 N = inN;
1080 }
1081 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
1082 {
1083 const CMemberFunctionVar *other = dynamic_cast<const CMemberFunctionVar *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected