| 69 | |
| 70 | |
| 71 | CStaticFunction0(const char *inName,StaticFunction0 inFunction) |
| 72 | { |
| 73 | mName = inName; |
| 74 | mFunction = inFunction; |
| 75 | } |
| 76 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 77 | { |
| 78 | const CStaticFunction0 *other = dynamic_cast<const CStaticFunction0 *>(inRHS); |
nothing calls this directly
no outgoing calls
no test coverage detected