#include <PTC_Task.hh>
Inheritance diagram for PTC_Task:
Public Methods | |
PTC_Task () | |
The constructor. | |
Public Attributes | |
Per_Task_Writer * | writer |
A pointer to the output stream writer for this task. |
An extention to the Task class such that it also stores a pointer to a Per_Task_Writer, used by the Per_Task_Consumer to handle the reference stream of each task.
Definition at line 37 of file PTC_Task.hh.
|
The constructor. Initialize a task by zeroing its fields. Definition at line 46 of file PTC_Task.hh. References writer.
00046 { 00047 writer = NULL; 00048 } |
|
A pointer to the output stream writer for this task.
Definition at line 53 of file PTC_Task.hh. Referenced by Per_Task_Consumer::act_on_kernel_record(), Per_Task_Consumer::act_on_reference_record(), Per_Task_Consumer::Per_Task_Consumer(), Per_Task_Consumer::PTC_handle_context_assignment(), PTC_Task(), and Per_Task_Consumer::~Per_Task_Consumer(). |