MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setOnTimer

Method setOnTimer

src/common/classes/TimerImpl.h:62–65  ·  view source on GitHub ↗

Set timer handler function

Source from the content-addressed store, hash-verified

60
61 // Set timer handler function
62 void setOnTimer(std::function<OnTimerFunc> onTimer)
63 {
64 m_onTimer = onTimer;
65 }
66
67 // Set member function as timer handler
68 template <typename T>

Callers 3

setupIdleTimerMethod · 0.45
ProfilerManagerMethod · 0.45
setupIdleTimerMethod · 0.45

Calls 1

bindClass · 0.50

Tested by

no test coverage detected