spla
Public Attributes | List of all members
spla::DispatchContext Class Reference

Execution context of a single task. More...

#include <dispatcher.hpp>

Collaboration diagram for spla::DispatchContext:
Collaboration graph
[legend]

Public Attributes

ref_ptr< Scheduleschedule
 
ref_ptr< ScheduleTasktask
 
int thread_id = 0
 
int step_id = 0
 
int task_id = 0
 

Detailed Description

Execution context of a single task.

Member Data Documentation

◆ schedule

ref_ptr<Schedule> spla::DispatchContext::schedule

◆ step_id

int spla::DispatchContext::step_id = 0

◆ task

ref_ptr<ScheduleTask> spla::DispatchContext::task

◆ task_id

int spla::DispatchContext::task_id = 0

◆ thread_id

int spla::DispatchContext::thread_id = 0

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