| 210 | } |
| 211 | |
| 212 | void |
| 213 | OutputMgr::OutputHashFuncDecl(std::ostream &out) |
| 214 | { |
| 215 | out << "void " << OutputMgr::hash_func_name << "(void);"; |
| 216 | out << std::endl << std::endl; |
| 217 | } |
| 218 | |
| 219 | void |
| 220 | OutputMgr::OutputStepHashFuncDecl(std::ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected