| 143 | int nline; |
| 144 | int serial; |
| 145 | mblock_virtual_dumper_t() : nline(0), serial(0) {} |
| 146 | virtual ~mblock_virtual_dumper_t() {} |
| 147 | virtual void AddLine(qstring &qs) = 0; |
| 148 | AS_PRINTF(3, 4) int print(int indent, const char *format, ...) |
nothing calls this directly
no outgoing calls
no test coverage detected