Teko  Version of the Day
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
Teko::RequestHandlerContainer Class Referenceabstract

#include <Teko_RequestHandlerContainer.hpp>

Inheritance diagram for Teko::RequestHandlerContainer:
Inheritance graph
[legend]

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...
 

Detailed Description

Pure virtual interface class that provides a mechanism for setting the request handler.

Definition at line 58 of file Teko_RequestHandlerContainer.hpp.

Member Function Documentation

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, Teko::InverseFactory, and Teko::SmootherLinearOp.

virtual Teuchos::RCP<RequestHandler> Teko::RequestHandlerContainer::getRequestHandler ( ) const
pure virtual

Get the request handler with pointers to the appropriate callbacks.

Implemented in Teko::PreconditionerFactory, Teko::InverseFactory, and Teko::SmootherLinearOp.


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