| 50 | String toString() HXCPP_OVERRIDE; |
| 51 | |
| 52 | EnumBase_obj() : index(-1) { } |
| 53 | EnumBase_obj(const null &inNull) : index(-1) { } |
| 54 | int __GetType() const HXCPP_OVERRIDE { return vtEnum; } |
| 55 | static Dynamic __CreateEmpty(); |
nothing calls this directly
no outgoing calls
no test coverage detected