rm_JobStat Struct Reference

#include <rm_diskbuffer.h>

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

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     };


Member Data Documentation

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.


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

Generated on Mon Feb 27 19:46:42 2012 for OPENARCHIVE by  doxygen 1.5.6