MCPcopy Create free account
hub / github.com/dfranx/SHADERed / Instance

Class Instance

libs/cppdap/src/typeof.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 static aligned_storage<sizeof(TypeInfos), alignof(TypeInfos)>::type memory;
89
90 struct Instance {
91 TypeInfos* ptr() { return reinterpret_cast<TypeInfos*>(memory.data); }
92 Instance() { new (ptr()) TypeInfos(); }
93 ~Instance() { ptr()->release(); }
94 };
95
96 static Instance instance;
97 return instance.ptr();

Callers 15

mainFunction · 0.85
UpdateMethod · 0.85
DestroyMethod · 0.85
GUIManagerMethod · 0.85
~GUIManagerMethod · 0.85
OnEventMethod · 0.85
UpdateMethod · 0.85
m_splashScreenRenderMethod · 0.85
DestroyMethod · 0.85
m_renderToolbarMethod · 0.85
m_renderOptionsMethod · 0.85
m_renderFocusModeMethod · 0.85

Calls

no outgoing calls

Tested by 1

StartDebuggingMethod · 0.68