Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NavTestDummy Class Reference

#include <NavTestDummy.h>

List of all members.

Public Member Functions

 NavTestDummy (Int_t i=0)
 NavTestDummy (const NavTestDummy &that)
virtual ~NavTestDummy ()
Int_t GetID () const
void SetID (Int_t i)

Private Attributes

Int_t fID


Constructor & Destructor Documentation

NavTestDummy::NavTestDummy Int_t  i = 0  )  [inline]
 

Definition at line 37 of file NavTestDummy.h.

00037 : fID(i) { LEA_CTOR; }

NavTestDummy::NavTestDummy const NavTestDummy that  )  [inline]
 

Definition at line 38 of file NavTestDummy.h.

00039                                              { LEA_CTOR; *this = that; }

virtual NavTestDummy::~NavTestDummy  )  [inline, virtual]
 

Definition at line 40 of file NavTestDummy.h.

00040 { LEA_DTOR; }


Member Function Documentation

Int_t NavTestDummy::GetID  )  const [inline]
 

Definition at line 41 of file NavTestDummy.h.

00041 { return fID; }

void NavTestDummy::SetID Int_t  i  )  [inline]
 

Definition at line 42 of file NavTestDummy.h.

00042 { fID = i; }


Member Data Documentation

Int_t NavTestDummy::fID [private]
 

Definition at line 44 of file NavTestDummy.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:39 2010 for loon by  doxygen 1.3.9.1