CAPD::DynSys Library  6.0.0
capd::threading::SolverFactory< Solver > Struct Template Referenceabstract

This is an interface of an abstract factory wich creates new instances of a specific solver;. More...

#include <capd/threading/SolverFactory.h>

Public Member Functions

virtual Solver * createSolver () const =0
 

Detailed Description

template<class Solver>
struct capd::threading::SolverFactory< Solver >

This is an interface of an abstract factory wich creates new instances of a specific solver;.

Member Function Documentation

◆ createSolver()

template<class Solver >
virtual Solver* capd::threading::SolverFactory< Solver >::createSolver ( ) const
pure virtual

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