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

Method GetInstance

lib/base/singleton.hpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20public:
21 static T *GetInstance()
22 {
23 static T instance;
24 return &instance;
25 }
26};
27
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected