![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Default factory error policy. More...
#include <smgl/Factory.hpp>
Classes | |
| class | unknown_identifier |
| Default exception thrown when registered type not found. More... | |
Static Protected Member Functions | |
| static ProductType | OnUnknownType (const IdentifierType &id) |
| static IdentifierType | OnUnnamedType (const std::type_info &info) |
Default factory error policy.
Definition at line 14 of file Factory.hpp.
|
staticprotected |
Executes when unregistered identifier encountered
| unknown_identifier |
Definition at line 20 of file FactoryImpl.hpp.
|
staticprotected |
Executes when unregistered type-info encountered
| unknown_identifier |
Definition at line 26 of file FactoryImpl.hpp.