| 510 | } |
| 511 | |
| 512 | std::string TD_TL_writer_cpp::gen_class_end() const { |
| 513 | return ""; |
| 514 | } |
| 515 | |
| 516 | std::string TD_TL_writer_cpp::gen_class_alias(const std::string &class_name, const std::string &alias_name) const { |
| 517 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected