| 425 | |
| 426 | |
| 427 | CMemberFunction4(const char *inName, hx::Object *inObj, MemberFunction4 inFunction) |
| 428 | { |
| 429 | mName = inName; |
| 430 | mThis = inObj; |
| 431 | mFunction = inFunction; |
| 432 | } |
| 433 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 434 | { |
| 435 | const CMemberFunction4 *other = dynamic_cast<const CMemberFunction4 *>(inRHS); |
nothing calls this directly
no outgoing calls
no test coverage detected