| 35 | } |
| 36 | |
| 37 | int __GetType() const HXCPP_OVERRIDE { return vtFunction; } |
| 38 | int __ArgCount() const HXCPP_OVERRIDE { return 0; } |
| 39 | ::String __ToString() const HXCPP_OVERRIDE { return String(mName); } |
| 40 | void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER_NAME(mThis,"CMemberFunction0.this"); } |
no outgoing calls
no test coverage detected