#include <factory.h>
|
|
| FactoryBase (const FactoryBase &)=delete |
|
FactoryBase & | operator= (const FactoryBase &)=delete |
|
| FactoryBase (FactoryBase &&)=default |
|
FactoryBase & | operator= (FactoryBase &&)=default |
|
virtual bool | hasKey (std::string_view key) const =0 |
A base class for factories using std::string_view keys.
- See also
- Deserializer::registerFactory WorkspaceManager::registerFactory
The documentation for this class was generated from the following file: