LifeV
FactoryDefaultError< AbstractProduct > Struct Template Reference

#include <Factory.hpp>

Data Structures

class  Exception
 

Static Public Member Functions

static AbstractProduct * onUnknownType (const std::string &id)
 

Detailed Description

template<class AbstractProduct>
struct LifeV::FactoryDefaultError< AbstractProduct >

Manages the "Unknown Type" error in an object factory.

Definition at line 59 of file Factory.hpp.

Member Function Documentation

◆ onUnknownType()

static AbstractProduct* onUnknownType ( const std::string &  id)
inlinestatic

Definition at line 93 of file Factory.hpp.


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