| 142 | cpp_generator::~cpp_generator() noexcept = default; |
| 143 | |
| 144 | void cpp_generator::fmap(const std::function<std::string(std::string)>& f) { impl->fmap = f; } |
| 145 | |
| 146 | void cpp_generator::fresult(const std::function<std::string(shape)>& f) { impl->fresult = f; } |
| 147 |
no outgoing calls
no test coverage detected