MCPcopy Create free account
hub / github.com/acl-dev/acl / run

Method run

lib_acl_cpp/samples/tbox2/tbox.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17protected:
18 void* run(void)
19 {
20 int* n = new int;
21 *n = 100;
22 box_.push(n, true);
23
24 delete this;
25 return NULL;
26 }
27
28private:
29 TBOX<int>& box_;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected