@brief Default constructor
| 1314 | |
| 1315 | /// @brief Default constructor |
| 1316 | AbstractRegistry(void) {} |
| 1317 | |
| 1318 | /// @brief Move constructor that is useful for base classes |
| 1319 | AbstractRegistry(AbstractRegistry&& sr) { |
nothing calls this directly
no outgoing calls
no test coverage detected