Class Reference for E1039 Core & Analysis Software
DefaultFactoryError< AbstractProduct > Class Template Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/database/pdbcal/base/PHGenericFactoryT.h>

+ Inheritance diagram for DefaultFactoryError< AbstractProduct >:

Protected Member Functions

AbstractProduct * OnUnknownType (const std::string &id)
 

Detailed Description

template<class AbstractProduct>
class DefaultFactoryError< AbstractProduct >

A Factory to build objects.

This is more or less a (somewhat) de-templatized version of what can be found in Loki class library ( "Modern C++ Design" by Andrei Alexandrescu (Addison Wesley ISBN 0-201-70431-5) chapter 8 on Object Factories )

The (partial) de-templatization is only due to the fact that there's problably no chance to get the original Loki .h file parsed by CINT in order to get a decent ROOT dictionary (that's a pity because it's a nice piece of code ;-) )

Definition at line 26 of file PHGenericFactoryT.h.

Member Function Documentation

◆ OnUnknownType()

template<class AbstractProduct >
AbstractProduct* DefaultFactoryError< AbstractProduct >::OnUnknownType ( const std::string &  id)
inlineprotected

Definition at line 29 of file PHGenericFactoryT.h.

Referenced by PHGenericFactoryT< AbstractProduct, FactoryErrorPolicy >::create().

+ Here is the caller graph for this function:

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