Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ add
Method
add
lib_acl_cpp/include/acl_cpp/stdlib/trigger.hpp:28–30 ·
view source on GitHub ↗
* Add a timer task * @pararm o {T*} */
Source
from the content-addressed store, hash-verified
26
* @pararm o {T*}
27
*/
28
void add(T* o) {
29
objs_.push_back(o);
30
}
31
32
/**
33
* Delete a timer task with the same timestamp
Callers
3
add
Method · 0.45
trigger
Method · 0.45
run
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected