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

Method CheckAll

IntelPresentMon/PresentMonAPI2Tests/CsvHelper.h:915–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915void CsvParser::CheckAll(size_t const* columnIndex, bool* ok, std::initializer_list<Header> const& headers)
916{
917 for (auto const& h : headers) {
918 if (columnIndex[h] == SIZE_MAX) {
919 *ok = false;
920 return;
921 }
922 }
923}
924
925void CsvParser::Close()
926{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected