#include <rm_diskbuffer.h>
Definition at line 24 of file rm_diskbuffer.h.
Public Member Functions | |
| rm_JobStat (UInt64_t a_jobID, UInt64_t a_allocatedJobSize, i_JobType_t a_jobType) | |
Public Attributes | |
| UInt64_t | m_jobID |
| UInt64_t | m_allocatedJobSize |
| i_JobType_t | m_jobType |
| rm_JobStat::rm_JobStat | ( | UInt64_t | a_jobID, | |
| UInt64_t | a_allocatedJobSize, | |||
| i_JobType_t | a_jobType | |||
| ) | [inline] |
Definition at line 25 of file rm_diskbuffer.h.
00029 : 00030 m_jobID(a_jobID), 00031 m_allocatedJobSize(a_allocatedJobSize), 00032 m_jobType(a_jobType) { 00033 //empty 00034 };
Definition at line 34 of file rm_diskbuffer.h.
Definition at line 37 of file rm_diskbuffer.h.
Definition at line 38 of file rm_diskbuffer.h.
1.5.6