| 167 | } |
| 168 | |
| 169 | void |
| 170 | DeltaMonitor::OutputStatistics(ostream &out) |
| 171 | { |
| 172 | switch (DeltaMonitor::delta_type_) { |
| 173 | case dSimpleDelta: |
| 174 | SimpleDeltaRndNumGenerator::OutputStatistics(out); |
| 175 | break; |
| 176 | default: |
| 177 | assert(0); |
| 178 | break; |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | void |
| 183 | DeltaMonitor::Output(ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected