| 665 | } |
| 666 | |
| 667 | std::string TD_TL_writer_cpp::gen_constructor_begin(int fields_num, const std::string &class_name, |
| 668 | bool is_default) const { |
| 669 | return "\n" + class_name + "::" + class_name + "("; |
| 670 | } |
| 671 | |
| 672 | std::string TD_TL_writer_cpp::gen_constructor_field_init(int field_num, const std::string &class_name, const tl::arg &a, |
| 673 | bool is_default) const { |
nothing calls this directly
no outgoing calls
no test coverage detected