#include <NavTestDummy.h>
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 |
|
|
Definition at line 37 of file NavTestDummy.h. 00037 : fID(i) { LEA_CTOR; }
|
|
|
Definition at line 38 of file NavTestDummy.h. 00039 { LEA_CTOR; *this = that; }
|
|
|
Definition at line 40 of file NavTestDummy.h. 00040 { LEA_DTOR; }
|
|
|
Definition at line 41 of file NavTestDummy.h. 00041 { return fID; }
|
|
|
Definition at line 42 of file NavTestDummy.h. 00042 { fID = i; }
|
|
|
Definition at line 44 of file NavTestDummy.h. |
1.3.9.1