#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. | |
| virtual Teuchos::RCP < RequestHandler > | getRequestHandler () const =0 |
| Get the request handler with pointers to the appropriate callbacks. | |
Pure virtual interface class that provides a mechanism for setting the request handler.
Definition at line 58 of file Teko_RequestHandlerContainer.hpp.
| virtual void Teko::RequestHandlerContainer::setRequestHandler | ( | const Teuchos::RCP< RequestHandler > & | rh | ) | [pure virtual] |
Set the request handler with pointers to the appropriate callbacks.
Implemented in Teko::PreconditionerFactory, and Teko::InverseFactory.
| virtual Teuchos::RCP<RequestHandler> Teko::RequestHandlerContainer::getRequestHandler | ( | ) | const [pure virtual] |
Get the request handler with pointers to the appropriate callbacks.
Implemented in Teko::PreconditionerFactory, and Teko::InverseFactory.
1.7.6.1