Teko Version of the Day
Loading...
Searching...
No Matches
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.
 
virtual Teuchos::RCP< RequestHandlergetRequestHandler () const =0
 Get the request handler with pointers to the appropriate callbacks.
 

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

◆ setRequestHandler()

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

◆ getRequestHandler()

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

Get the request handler with pointers to the appropriate callbacks.

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


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