retdec
|
Handles the "Unknown Type" error in an object factory. More...
#include <factory.h>
Static Public Member Functions | |
static ShPtr< AbstractObject > | onUnknownType (ObjectIDType id) |
Reaction to the "Unknown Type" error. More... | |
Protected Member Functions | |
DefaultFactoryError ()=default | |
Default constructor. More... | |
~DefaultFactoryError ()=default | |
Destructor. More... | |
Handles the "Unknown Type" error in an object factory.
ObjectIDType | Type of the used object identifiers. |
AbstractObject | Base class of all classes whose instances are to be created by a factory. |
This default implementation returns the null pointer.
|
protecteddefault |
Default constructor.
|
protecteddefault |
Destructor.
|
inlinestatic |
Reaction to the "Unknown Type" error.
[in] | id | Object's ID. |