#include <Timeprobe_T.h>
Collaboration diagram for ACE_Function_Timeprobe:

Public Methods | |
| ACE_Function_Timeprobe (Timeprobe &timeprobe, u_long event) | |
| Constructor. More... | |
| ~ACE_Function_Timeprobe (void) | |
| Destructor. More... | |
Protected Attributes | |
| Timeprobe & | timeprobe_ |
| Reference to timeprobe. More... | |
| u_long | event_ |
| Event. More... | |
Definition at line 160 of file Timeprobe_T.h.
|
||||||||||||||||
|
Constructor.
Definition at line 285 of file Timeprobe_T.cpp. References timeprobe_.
00287 : timeprobe_ (timeprobe), 00288 event_ (event) 00289 { 00290 this->timeprobe_.timeprobe (this->event_); 00291 } |
|
||||||||||
|
Destructor.
Definition at line 294 of file Timeprobe_T.cpp. References timeprobe_.
00295 {
00296 this->timeprobe_.timeprobe (this->event_ + 1);
00297 }
|
|
|||||
|
Event.
Definition at line 175 of file Timeprobe_T.h. |
|
|||||
|
Reference to timeprobe.
Definition at line 172 of file Timeprobe_T.h. Referenced by ACE_Function_Timeprobe, and ~ACE_Function_Timeprobe. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002