ACE_Countdown_Time Class ReferenceKeeps track of the amount of elapsed time. More...
Collaboration diagram for ACE_Countdown_Time:
![]()
Detailed DescriptionKeeps track of the amount of elapsed time.
This class has a side-effect on the Constructor & Destructor Documentation
Cache the max_wait_time and call
Destructor, makes sure the max_wait_time that got passed as pointer to the constructor is updated with the time elapsed.
Member Function Documentation
Cache the current time and enter a start state.
Subtract the elapsed time from max_wait_time_ and enter a stopped state.
Calls stop and then start. max_wait_time_ is modified by the call to stop.
Returns true if we've already been stopped, else false.
Member Data Documentation
Maximum time we were willing to wait.
Beginning of the start time.
Keeps track of whether we've already been stopped.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:42 2008 for ACE by ![]() |