JobIDEqual Class Reference
[PM and MIF jobs (infrastructure)]

#include <i_job_impl.h>

List of all members.


Detailed Description

Definition at line 267 of file i_job_impl.h.


Public Member Functions

 JobIDEqual (UInt64_t a_jobID)
bool operator() (i_Job_i *a_jobEq)

Private Attributes

const UInt64_t m_jobID

Constructor & Destructor Documentation

JobIDEqual::JobIDEqual ( UInt64_t  a_jobID  )  [inline, explicit]

Definition at line 270 of file i_job_impl.h.

00270                                           : 
00271       m_jobID(a_jobID){ 
00272           //empty
00273       }


Member Function Documentation

bool JobIDEqual::operator() ( i_Job_i a_jobEq  )  [inline]

Definition at line 274 of file i_job_impl.h.

References i_Job_i::GetJobId().

00274                                          { 
00275           return a_jobEq->GetJobId() == m_jobID;
00276       }

Here is the call graph for this function:


Member Data Documentation

const UInt64_t JobIDEqual::m_jobID [private]

Definition at line 278 of file i_job_impl.h.


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

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