| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected