Teko Version of the Day
Loading...
Searching...
No Matches
Teko::RequestCallbackBase Class Referenceabstract

#include <Teko_RequestCallback.hpp>

Inheritance diagram for Teko::RequestCallbackBase:

Public Member Functions

virtual bool handlesRequest (const RequestMesg &)=0

Detailed Description

Base class that basically describes a sub set of functonality for a listener. The application should derive off RequestCallback.

Definition at line 21 of file Teko_RequestCallback.hpp.

Member Function Documentation

◆ handlesRequest()

virtual bool Teko::RequestCallbackBase::handlesRequest ( const RequestMesg & )
pure virtual

Does this object satisfy the request?

Returns
True if the object can handle the request.

Implemented in Teko::RequestCallback< DataT >, and Teko::StaticRequestCallback< DataT >.


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