| 65 | } |
| 66 | |
| 67 | void |
| 68 | DFSProgramGenerator::initialize() |
| 69 | { |
| 70 | RandomNumber::CreateInstance(rDFSRndNumGenerator, seed_); |
| 71 | output_mgr_ = DFSOutputMgr::CreateInstance(); |
| 72 | assert(output_mgr_); |
| 73 | } |
| 74 | |
| 75 | std::string |
| 76 | DFSProgramGenerator::get_count_prefix(const std::string &name) |
nothing calls this directly
no outgoing calls
no test coverage detected