MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / WindowFilter

Method WindowFilter

Common/config/windowfilter.hpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 win32::FilenameSet FileList;
21
22 WindowFilter() = default;
23 WindowFilter(std::unordered_set<std::wstring> classList, std::unordered_set<std::wstring> titleList, win32::FilenameSet fileList) :
24 ClassList(std::move(classList)),
25 TitleList(std::move(titleList)),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected