MCPcopy Create free account
hub / github.com/digint/tinyfsm / ~Switch

Method ~Switch

examples/api/debugging_switch.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 ~Switch() {
31 std::cout << "* ~Switch()" << std::endl
32 << " this = " << this << std::endl;
33 }
34
35 Switch & operator=(const Switch & other) {
36 std::cout << "* operator=()" << std::endl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected