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

#include <ScheduleTask.h>

Inheritance diagram for art::detail::ScheduleTask:

Public Member Functions

 ScheduleTask (ScheduleID const sid)
 
ScheduleID scheduleID () const
 
tbb::task * execute () override
 

Private Attributes

ScheduleID const id_
 

Detailed Description

Definition at line 17 of file ScheduleTask.h.

Constructor & Destructor Documentation

art::detail::ScheduleTask::ScheduleTask ( ScheduleID const  sid)
inline

Definition at line 29 of file ScheduleTask.h.

29  : id_(sid)
30 {}
ScheduleID const id_
Definition: ScheduleTask.h:26

Member Function Documentation

tbb::task * art::detail::ScheduleTask::execute ( )
override

Definition at line 6 of file ScheduleTask.cc.

7 {
8  return nullptr;
9 }
art::ScheduleID art::detail::ScheduleTask::scheduleID ( ) const
inline

Definition at line 33 of file ScheduleTask.h.

34 {
35  return id_;
36 }
ScheduleID const id_
Definition: ScheduleTask.h:26

Member Data Documentation

ScheduleID const art::detail::ScheduleTask::id_
private

Definition at line 26 of file ScheduleTask.h.


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