MCPcopy Create free account
hub / github.com/0ldsk00l/nestopia / Fetch

Method Fetch

source/win32/NstWindowDialog.cpp:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 void Dialog::Fetch(HWND const handle)
303 {
304 NST_ASSERT( handle && !hWnd );
305
306 hWnd = handle;
307 instances.PushBack( this );
308 }
309
310 void Dialog::Ditch(Instances::Iterator const instance)
311 {

Callers 1

DlgProcMethod · 0.45

Calls 1

PushBackMethod · 0.80

Tested by

no test coverage detected