#include <Teko_RequestHandlerContainer.hpp>
Public Member Functions | |
virtual void | setRequestHandler (const Teuchos::RCP< RequestHandler > &rh)=0 |
Set the request handler with pointers to the appropriate callbacks. More... | |
virtual Teuchos::RCP < RequestHandler > | getRequestHandler () const =0 |
Get the request handler with pointers to the appropriate callbacks. More... | |
Pure virtual interface class that provides a mechanism for setting the request handler.
Definition at line 58 of file Teko_RequestHandlerContainer.hpp.
|
pure virtual |
Set the request handler with pointers to the appropriate callbacks.
Implemented in Teko::PreconditionerFactory, Teko::InverseFactory, and Teko::SmootherLinearOp.
|
pure virtual |
Get the request handler with pointers to the appropriate callbacks.
Implemented in Teko::PreconditionerFactory, Teko::InverseFactory, and Teko::SmootherLinearOp.