| 164 | virtual bool is_0_or_1(void) const { return false;} |
| 165 | |
| 166 | virtual bool equals(int /*num*/) const { return false;} |
| 167 | |
| 168 | virtual void Output(std::ostream &) const = 0; |
| 169 |
nothing calls this directly
no outgoing calls
no test coverage detected