MCPcopy 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

addMethod · 0.45
triggerMethod · 0.45
runMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected