* Returns an initializer for the factory. */
| 125 | * Returns an initializer for the factory. |
| 126 | */ |
| 127 | virtual std::unique_ptr<ObjectFactoryInitializer> getInitializer() { |
| 128 | return nullptr; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Gets the name of the object. |
no outgoing calls
no test coverage detected