| 31 | virtual void done(PointTableRef table); |
| 32 | StreamProcessor& operator=(const StreamProcessor&) = delete; |
| 33 | StreamProcessor(const StreamProcessor&) = delete; |
| 34 | StreamProcessor(const StreamProcessor&&) = delete; |
| 35 | }; |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected