Inherits CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.
Public Member Functions | |
std::unique_ptr< LinearSolverInterface< M, X, Y > > | createWithString (std::string prefix) final |
Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor. More... | |
Public Member Functions inherited from CreatorInterfaceName< LinearSolverInterface< M, X, Y > > | |
std::unique_ptr< LinearSolverInterface< M, X, Y > > | create () final |
Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass. More... | |
virtual std::unique_ptr< LinearSolverInterface< M, X, Y > > | createWithString (std::string)=0 |
Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor. More... | |
virtual std::unique_ptr< LinearSolverInterface< M, X, Y > > | create ()=0 |
Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass. More... | |
|
inlinefinalvirtual |
Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor.
Implements CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.