#include <rutz/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. | |
Definition at line 101 of file factory.h.