MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GuiExecutor

Method GuiExecutor

CobaltFusion/GuiExecutor.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40GuiExecutor::GuiExecutor() :
41 m_guiThreadId(std::this_thread::get_id()),
42 m_wnd(*this)
43{
44 assert(::IsGUIThread(FALSE));
45 m_wnd.Create();
46}
47
48GuiExecutor::~GuiExecutor()
49{

Callers

nothing calls this directly

Calls 2

IsGUIThreadFunction · 0.85
CreateMethod · 0.45

Tested by

no test coverage detected