| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerRefInd Class Reference

#include <PerRef.h>

Inheritance diagram for PerRefInd:

[legend]
Collaboration diagram for PerRefInd:
[legend]
List of all members.

Public Member Functions

 PerRefInd ()
 PerRefInd (int index, int entry, const std::string &path)
virtual ~PerRefInd ()
int index () const
void setIndex (int index)
int entry () const
void setEntry (int entry)
const std::string & path () const
void setPath (const std::string &path)

Private Attributes

int m_index

Detailed Description

Definition at line 34 of file PerRef.h.


Constructor & Destructor Documentation

PerRefInd::PerRefInd (  ) 

Definition at line 37 of file PerRef.cc.

00038     : PerRef(), m_index(-1)
00039 {
00040 }

PerRefInd::PerRefInd ( int  index,
int  entry,
const std::string &  path 
)

Definition at line 42 of file PerRef.cc.

00043     : PerRef(entry,path), m_index(index)
00044 {
00045 }

PerRefInd::~PerRefInd (  )  [virtual]

Definition at line 47 of file PerRef.cc.

00048 {
00049 }


Member Function Documentation

int PerRefInd::index (  )  const

Definition at line 51 of file PerRef.cc.

00052 {
00053     return m_index;
00054 }

void PerRefInd::setIndex ( int  index  ) 

Definition at line 56 of file PerRef.cc.

00057 {
00058     m_index = index;
00059 }

int PerRef::entry (  )  const [inherited]

Definition at line 16 of file PerRef.cc.

00017 {
00018     return m_entry;
00019 }

void PerRef::setEntry ( int  entry  )  [inherited]

Definition at line 21 of file PerRef.cc.

00022 {
00023     m_entry = entry;
00024 }

const std::string & PerRef::path (  )  const [inherited]

Definition at line 26 of file PerRef.cc.

00027 {
00028     return m_path;
00029 }

void PerRef::setPath ( const std::string &  path  )  [inherited]

Definition at line 31 of file PerRef.cc.

00032 {
00033     m_path = path;
00034 }


Member Data Documentation

int PerRefInd::m_index [private]

Definition at line 36 of file PerRef.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:18:45 2011 for PerBaseEvent by doxygen 1.4.7