| 173 | public: |
| 174 | CheckMemoryLeakImpl() = delete; |
| 175 | CheckMemoryLeakImpl(const CheckMemoryLeakImpl &) = delete; |
| 176 | CheckMemoryLeakImpl& operator=(const CheckMemoryLeakImpl &) = delete; |
| 177 | |
| 178 | CheckMemoryLeakImpl(const Tokenizer *t, const Settings &s, ErrorLogger &e) |