MCPcopy Create free account
hub / github.com/digint/tinyfsm / exit

Method exit

examples/api/debugging_switch.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void Switch::exit() {
83 assert(current_state_ptr == this);
84 std::cout << "* exit()" << std::endl
85 << " this (cur) = " << this << std::endl
86 << " state<On> = " << &state<On>() << std::endl
87 << " state<Off> = " << &state<Off>() << std::endl;
88}
89
90
91// ----------------------------------------------------------------------------

Callers 1

transitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected