| 129 | } |
| 130 | |
| 131 | double testDouble(const double thing) override { |
| 132 | printf("testDouble(%f)\n", thing); |
| 133 | return thing; |
| 134 | } |
| 135 | |
| 136 | void testBinary(std::string& _return, const std::string& thing) override { |
| 137 | std::ostringstream hexstr; |
no outgoing calls
no test coverage detected