MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Init_

Function Init_

IntelPresentMon/CommonUtilities/ref/GeneratedReflection.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 std::unordered_map<std::type_index, std::function<std::string(const void*)>> dumpers_;
18
19 void Init_()
20 {
21 gen::RegisterDumpers_(dumpers_);
22 }
23 }
24
25 std::string DumpGenerated(const std::type_info& type, const void* pStruct)

Callers 2

DumpGeneratedFunction · 0.85
SupportsGeneratedDumpFunction · 0.85

Calls 1

RegisterDumpers_Function · 0.85

Tested by

no test coverage detected