| 5975 | } |
| 5976 | const char *getName() HXCPP_OVERRIDE { return "TVars"; } |
| 5977 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 5978 | { |
| 5979 | LinkExpressions(vars,inModule); |
| 5980 | return this; |
| 5981 | } |
| 5982 | |
| 5983 | void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 5984 | { |
nothing calls this directly
no test coverage detected