Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::NullFactoryError Struct Template Reference

#include <Factory.h>

List of all members.

Static Public Methods

AbstractProduct * onUnknownType (IdentifierType)

template<class IdentifierType, class AbstractProduct>
struct vpr::NullFactoryError< IdentifierType, AbstractProduct >


Member Function Documentation

template<class IdentifierType, class AbstractProduct>
AbstractProduct* vpr::NullFactoryError< IdentifierType, AbstractProduct >::onUnknownType IdentifierType    [inline, static]
 

Definition at line 54 of file Factory.h.

00055    {
00056       return NULL;
00057    }


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:47:16 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002