acl
3.5.3.0
|
#include <trigger.hpp>
Public 类型 | |
typedef std::map< long long, trigger_item< T > * > | trigger_items_t |
Public 成员函数 | |
trigger_item (trigger_items_t &items) | |
~trigger_item (void) | |
void | add (T *o) |
int | del (T *o) |
std::vector< T * > & | get_objs (void) |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
typedef std::map<long long, trigger_item<T>*> acl::trigger_item< T >::trigger_items_t |
在文件 trigger.hpp 第 20 行定义.
|
inline |
在文件 trigger.hpp 第 22 行定义.
|
inline |
在文件 trigger.hpp 第 23 行定义.
|
inline |
添加一个定时任务 @pararm o {T*}
在文件 trigger.hpp 第 29 行定义.
被这些函数引用 acl::timer_trigger< T >::add().
|
inline |
删除一个具有相同时间截的定时任务 @pararm o {T*}
在文件 trigger.hpp 第 40 行定义.
|
inline |