| 61 | index.insert(std::pair<typekey,op>(t,o)); |
| 62 | } |
| 63 | virtual void register_routine(routine& r) { |
| 64 | routines.push_back(r); |
| 65 | } |
| 66 | virtual void register_aggregate(routine& r) { |
| 67 | aggregates.push_back(r); |
| 68 | } |
nothing calls this directly
no outgoing calls
no test coverage detected