ATLAS Offline Software
|
Class used for calling AthCUDA::KernelRunnerSvc::setTaskFinished
.
More...
#include <KernelRunnerSvcImpl.h>
Public Member Functions | |
KernelRunnerSvcImplCallback (KernelRunnerSvc &svc) | |
Constructor with the service object to operate on. More... | |
KernelRunnerSvcImplCallback & | operator() () |
Call setTaskFinished() on the service object. More... | |
Private Attributes | |
KernelRunnerSvc * | m_svc |
Pointer to the main service. More... | |
Class used for calling AthCUDA::KernelRunnerSvc::setTaskFinished
.
Definition at line 22 of file KernelRunnerSvcImpl.h.
AthCUDA::KernelRunnerSvcImplCallback::KernelRunnerSvcImplCallback | ( | KernelRunnerSvc & | svc | ) |
Constructor with the service object to operate on.
Definition at line 17 of file KernelRunnerSvcImpl.cxx.
KernelRunnerSvcImplCallback & AthCUDA::KernelRunnerSvcImplCallback::operator() | ( | ) |
Call setTaskFinished()
on the service object.
Definition at line 23 of file KernelRunnerSvcImpl.cxx.
|
private |
Pointer to the main service.
Definition at line 33 of file KernelRunnerSvcImpl.h.