MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / reset

Method reset

tests/async/marl-test/pool_test.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 CtorDtorCounter() { ctor_count++; }
23 ~CtorDtorCounter() { dtor_count++; }
24 static void reset() {
25 ctor_count = 0;
26 dtor_count = 0;
27 }
28 static int ctor_count;
29 static int dtor_count;
30};

Callers 7

compileFunction · 0.45
compileFunction · 0.45
test_bit_set.cppFile · 0.45
main.cppFile · 0.45
common.cppFile · 0.45
non-intrusive.cppFile · 0.45
main.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected