| 49 | } |
| 50 | |
| 51 | std::string TD_TL_writer_cpp::gen_output_end() const { |
| 52 | return "} // namespace " + tl_name + |
| 53 | "\n" |
| 54 | "} // namespace cocoon\n"; |
| 55 | } |
| 56 | |
| 57 | std::string TD_TL_writer_cpp::gen_field_definition(const std::string &class_name, const std::string &type_name, |
| 58 | const std::string &field_name) const { |
nothing calls this directly
no outgoing calls
no test coverage detected