rutz::factory_fallback Class Reference

Abstract class for a fallback strategy when factory lookup fails. More...

#include <rutz/factory.h>

Inheritance diagram for rutz::factory_fallback:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Abstract class for a fallback strategy when factory lookup fails.

Definition at line 101 of file factory.h.


Constructor & Destructor Documentation

rutz::factory_fallback::factory_fallback (  )  throw ()

Default constructor.

Definition at line 65 of file factory.cc.

rutz::factory_fallback::~factory_fallback (  )  throw () [virtual]

Virtual no-throw destructor for proper inheritance.

Definition at line 68 of file factory.cc.


Member Function Documentation

virtual void rutz::factory_fallback::try_fallback ( const rutz::fstring key  )  const [pure virtual]

This will be called with the key whose lookup failed in the factory.

Implemented in PluginFallback.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:31:14 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3