| 300 | } |
| 301 | |
| 302 | void |
| 303 | FactUnion::Output(std::ostream &out) const |
| 304 | { |
| 305 | var->Output(out); |
| 306 | out << " last written field: " << last_written_fid; |
| 307 | } |
| 308 | |
| 309 | /////////////////////////////////////////////////////////////////////////////// |
| 310 |
nothing calls this directly
no outgoing calls
no test coverage detected