LBIBCell
 All Classes Functions Variables Friends Pages
UtilLib::ErrorPolicyReturnNull< IdentifierType, ProductType > Class Template Reference

#include <Factory.hpp>

Static Protected Member Functions

static ProductType * onUnknownType (const IdentifierType &id)
 

Detailed Description

template<typename IdentifierType, typename ProductType>
class UtilLib::ErrorPolicyReturnNull< IdentifierType, ProductType >

Error policy that returns a null pointer.

Definition at line 54 of file Factory.hpp.

Member Function Documentation

template<typename IdentifierType , typename ProductType >
static ProductType* UtilLib::ErrorPolicyReturnNull< IdentifierType, ProductType >::onUnknownType ( const IdentifierType &  id)
inlinestaticprotected

Return a numm pointer.

Parameters
idThe identifier of the unknown type
Returns
a 0 pointer

Definition at line 60 of file Factory.hpp.


The documentation for this class was generated from the following file: