

Public Member Functions | |
| TimerBlock (int ms) | |
| virtual bool | operator() () |
Private Attributes | |
| Time | time |
| int | ms |
Definition at line 244 of file application.cpp.
| Wt::TimerBlock::TimerBlock | ( | int | ms | ) | [inline] |
Definition at line 246 of file application.cpp.
References Wt::Time::start(), and time.
Here is the call graph for this function:

| virtual bool Wt::TimerBlock::operator() | ( | ) | [inline, virtual] |
Implements Wt::Application::Condition.
Definition at line 251 of file application.cpp.
References Wt::Time::elapsed(), ms, and time.
Here is the call graph for this function:

int Wt::TimerBlock::ms [private] |
Time Wt::TimerBlock::time [private] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.