|
Ice 3.7 C++11 API Reference
|
#include <Timer.h>


Classes | |
| class | TimerTaskCompare |
| struct | Token |
Public Member Functions | |
| bool | cancel (const TimerTaskPtr &) |
| void | destroy () |
| void | schedule (const TimerTaskPtr &, const IceUtil::Time &) |
| void | scheduleRepeated (const TimerTaskPtr &, const IceUtil::Time &) |
| Timer () | |
| Timer (int priority) | |
| Public Member Functions inherited from IceUtil::Shared | |
| void | __clearFlag (unsigned char flag) |
| virtual void | __decRef () |
| virtual int | __getRef () const |
| bool | __hasFlag (unsigned char flag) |
| virtual void | __incRef () |
| void | __setFlag (unsigned char flag) |
| virtual void | __setNoDelete (bool) |
| Shared & | operator= (const Shared &) |
| Shared () | |
| Shared (const Shared &) | |
| virtual | ~Shared () |
Protected Member Functions | |
| virtual void | run () |
| virtual void | runTimerTask (const TimerTaskPtr &) |
Protected Attributes | |
| bool | _destroyed |
| IceUtil::Monitor< IceUtil::Mutex > | _monitor |
| std::map< TimerTaskPtr, IceUtil::Time, TimerTaskCompare > | _tasks |
| std::set< Token > | _tokens |
| IceUtil::Time | _wakeUpTime |
| Protected Attributes inherited from IceUtil::Shared | |
| unsigned char | _flags |
| IceUtilInternal::Atomic | _ref |
Additional Inherited Members | |
| Static Public Attributes inherited from IceUtil::Shared | |
| static const unsigned char | NoDelete |
| IceUtil::Timer::Timer | ( | ) |
| IceUtil::Timer::Timer | ( | int | priority | ) |
| bool IceUtil::Timer::cancel | ( | const TimerTaskPtr & | ) |
| void IceUtil::Timer::destroy | ( | ) |
|
protectedvirtual |
Implements IceUtil::Thread.
|
protectedvirtual |
| void IceUtil::Timer::schedule | ( | const TimerTaskPtr & | , |
| const IceUtil::Time & | ) |
| void IceUtil::Timer::scheduleRepeated | ( | const TimerTaskPtr & | , |
| const IceUtil::Time & | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |