MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Create

Method Create

lib/base/timer.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64static Defer l_ShutdownTimersCleanlyOnExit (&Timer::Uninitialize);
65
66Timer::Ptr Timer::Create()
67{
68 Ptr t (new Timer());
69
70 t->m_Self = t;
71
72 return t;
73}
74
75/**
76 * Destructor for the Timer class.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected