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

#include <ProcessingFrame.h>

Public Member Functions

 ProcessingFrame (ScheduleID const sid)
 
template<typename T >
ServiceHandle< T > serviceHandle () const
 
auto scheduleID () const
 

Private Attributes

ScheduleID const scheduleID_
 

Detailed Description

Definition at line 8 of file ProcessingFrame.h.

Constructor & Destructor Documentation

art::ProcessingFrame::ProcessingFrame ( ScheduleID const  sid)
inlineexplicit

Definition at line 10 of file ProcessingFrame.h.

10 : scheduleID_{sid} {}
ScheduleID const scheduleID_

Member Function Documentation

auto art::ProcessingFrame::scheduleID ( ) const
inline

Definition at line 20 of file ProcessingFrame.h.

21  {
22  return scheduleID_;
23  }
ScheduleID const scheduleID_
template<typename T >
ServiceHandle<T> art::ProcessingFrame::serviceHandle ( ) const
inline

Definition at line 14 of file ProcessingFrame.h.

15  {
16  return ServiceHandle<T>{};
17  }

Member Data Documentation

ScheduleID const art::ProcessingFrame::scheduleID_
private

Definition at line 26 of file ProcessingFrame.h.


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