| 4801 | |
| 4802 | |
| 4803 | DataVal(T inVal) : data(inVal) |
| 4804 | { |
| 4805 | } |
| 4806 | const char *getName() HXCPP_OVERRIDE { return "DataVal"; } |
| 4807 | |
| 4808 | ExprType getType() HXCPP_OVERRIDE { return (ExprType)ExprTypeOf<T>::value; } |
nothing calls this directly
no outgoing calls
no test coverage detected