| 271 | |
| 272 | |
| 273 | CStaticFunction2(const char *inName,StaticFunction2 inFunction) |
| 274 | { |
| 275 | mName = inName; |
| 276 | mFunction = inFunction; |
| 277 | } |
| 278 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 279 | { |
| 280 | const CStaticFunction2 *other = dynamic_cast<const CStaticFunction2 *>(inRHS); |
nothing calls this directly
no outgoing calls
no test coverage detected