Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rutz::factory_fallback Class Reference

#include <rutz/factory.h>

Inheritance diagram for rutz::factory_fallback:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract class for a fallback strategy when factory lookup fails.

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.


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 Nov 22 13:51:42 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4