* */
| 384 | * |
| 385 | */ |
| 386 | StatementFor::~StatementFor(void) |
| 387 | { |
| 388 | delete &init; |
| 389 | delete &test; |
| 390 | delete &incr; |
| 391 | delete &body; |
| 392 | } |
| 393 | |
| 394 | void |
| 395 | StatementFor::output_header(std::ostream& out, int indent) const |
nothing calls this directly
no outgoing calls
no test coverage detected