vpr::NullFactoryError< IdentifierType, AbstractProduct > Struct Template Reference

Parameters:
IdentifierType The factory identifier type.
More...

#include <vpr/Util/Factory.h>

List of all members.

Static Public Member Functions

static AbstractProduct * onUnknownType (IdentifierType)


Detailed Description

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

Parameters:
IdentifierType The factory identifier type.

Parameters:
AbstractProduct The type of the product created by the factory.

Definition at line 57 of file Factory.h.


Member Function Documentation

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

Definition at line 59 of file Factory.h.

00060    {
00061       return NULL;
00062    }


The documentation for this struct was generated from the following file:
Generated on Thu Jan 4 10:56:05 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1