Public Member Functions | Private Attributes | List of all members
art::WorkerInPathDoneFunctor Class Reference

Public Member Functions

 WorkerInPathDoneFunctor (WorkerInPath *wip, ScheduleID const scheduleID)
 
void operator() (exception_ptr const *ex) const
 

Private Attributes

WorkerInPathwip_
 
ScheduleID const sid_
 

Detailed Description

Definition at line 197 of file WorkerInPath.cc.

Constructor & Destructor Documentation

art::WorkerInPathDoneFunctor::WorkerInPathDoneFunctor ( WorkerInPath wip,
ScheduleID const  scheduleID 
)
inline

Definition at line 199 of file WorkerInPath.cc.

200  : wip_{wip}, sid_{scheduleID}
201  {}

Member Function Documentation

void art::WorkerInPathDoneFunctor::operator() ( exception_ptr const *  ex) const
inline

Definition at line 203 of file WorkerInPath.cc.

204  {
206  }
void workerInPathDoneTask(ScheduleID const, std::exception_ptr const *)

Member Data Documentation

ScheduleID const art::WorkerInPathDoneFunctor::sid_
private

Definition at line 210 of file WorkerInPath.cc.

WorkerInPath* art::WorkerInPathDoneFunctor::wip_
private

Definition at line 209 of file WorkerInPath.cc.


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