
#include <rutz/factory.h>
Inheritance diagram for rutz::factory_fallback:

Definition at line 101 of file factory.h.
Public Member Functions | |
| factory_fallback () throw () | |
| Default constructor. | |
| virtual | ~factory_fallback () throw () |
| Virtual no-throw destructor for proper inheritance. | |
| virtual void | try_fallback (const rutz::fstring &key) const =0 |
| This will be called with the key whose lookup failed in the factory. | |
|
|
Default constructor.
Definition at line 65 of file factory.cc. |
|
|
Virtual no-throw destructor for proper inheritance.
Definition at line 68 of file factory.cc. |
|
|
This will be called with the key whose lookup failed in the factory.
Implemented in PluginFallback. |
1.4.4