| 501 | } |
| 502 | |
| 503 | std::string TD_TL_writer_cpp::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const { |
| 504 | return ""; |
| 505 | } |
| 506 | |
| 507 | std::string TD_TL_writer_cpp::gen_class_begin(const std::string &class_name, const std::string &base_class_name, |
| 508 | bool is_proxy) const { |
nothing calls this directly
no outgoing calls
no test coverage detected