3#include "Logger/Logger.h"
5#include <unordered_map>
6#include <unordered_set>
15 void saveToFile(
const std::filesystem::path& filename,
const std::string& content);
20 void serializeMap(
const std::unordered_map<std::string, T>& data,
const std::filesystem::path& filename)
82 void saveToFilePlain(
const std::filesystem::path& filename,
const std::unordered_map<std::string, intptr_t>& map);
98 "TResizableCircularQueue",
99 "TRenderThreadStruct",
100 "TRenderResourcePool",
101 "TRenderAssetUpdate",
113 "SharedPointerInternals",
115 "TSizedInlineAllocator",
138 "TSlateBaseNamedArgs",
141 "TMeshProcessorShaders",
150 "IPCGAttributeAccessorT",
162 "FOnlineFriendsSpec",
168 "FComputeShaderUtils",
std::string calculateSHA256(const std::filesystem::path &filename)
void saveToFile(const std::filesystem::path &filename, const std::string &content)
static const std::unordered_set< std::string > default_filters
std::string readFromFile(const std::filesystem::path &filename)
void serializeMap(const std::unordered_map< std::string, T > &data, const std::filesystem::path &filename)
void saveToFilePlain(const std::filesystem::path &filename, const std::unordered_map< std::string, intptr_t > &map)
std::unordered_map< std::string, T > deserializeMap(const std::filesystem::path &filename)
std::unordered_set< std::string > readFileIntoSet(const std::filesystem::path &filename)