| 1408 | protected: |
| 1409 | virtual void deepCopy(const AbstractRegistry<T_Ptr, Container>&) = 0; |
| 1410 | void reinitDeepCopy(const AbstractRegistry<T_Ptr, Container>& sr) { |
| 1411 | unregisterAll(); |
| 1412 | deepCopy(sr); |
| 1413 | } |
| 1414 | |
| 1415 | private: |
| 1416 | Container m_list; |
no outgoing calls
no test coverage detected