| 1507 | } |
| 1508 | |
| 1509 | virtual ~RegistryWithPred(void) { |
| 1510 | unregisterAll(); |
| 1511 | } |
| 1512 | |
| 1513 | /// @brief Copy constructor that is useful for base classes. Try to avoid this constructor, use move constructor. |
| 1514 | RegistryWithPred(const RegistryWithPred& sr) : AbstractRegistry<T_Ptr, std::vector<T_Ptr*>>() { |
nothing calls this directly
no outgoing calls
no test coverage detected