MCPcopy Create free account
hub / github.com/beefytech/Beef / HandlePureVirtualFunctionCall

Function HandlePureVirtualFunctionCall

BeefySysLib/platform/win/Platform.cpp:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895
896
897static void __cdecl HandlePureVirtualFunctionCall()
898{
899 BfpSystem_FatalError("Pure virtual function call", NULL);
900}
901
902static void __cdecl HandleInvalidParameter(const wchar_t*, const wchar_t*, const wchar_t*, unsigned int, uintptr_t)
903{

Callers

nothing calls this directly

Calls 1

BfpSystem_FatalErrorFunction · 0.70

Tested by

no test coverage detected