Public Member Functions | |
| MyTimer (Mint *mint, Mint::MintMoveMeth_t move) | |
| virtual Bool_t | Notify () |
Private Attributes | |
| Mint * | fMint |
| Mint::MintMoveMeth_t | fMove |
|
||||||||||||
|
Definition at line 120 of file Mint.cxx.
|
|
|
Definition at line 123 of file Mint.cxx. References fMint. 00123 {
00124 (fMint->*fMove)();
00125 delete this;
00126 return kTRUE;
00127 }
|
|
|
|
|
|
Definition at line 130 of file Mint.cxx. Referenced by MyTimer(). |
1.3.9.1