| 526 | |
| 527 | |
| 528 | CMemberFunction5(const char *inName, hx::Object *inObj, MemberFunction5 inFunction) |
| 529 | { |
| 530 | mName = inName; |
| 531 | mThis = inObj; |
| 532 | mFunction = inFunction; |
| 533 | } |
| 534 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 535 | { |
| 536 | const CMemberFunction5 *other = dynamic_cast<const CMemberFunction5 *>(inRHS); |
nothing calls this directly
no outgoing calls
no test coverage detected