mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-22 01:35:55 -05:00
- avoid using const std::unique_ptr& and const std::shared_ptr& - avoid wrapping results in std::optional - prefer std::string_view over const std::string& - update FSUtils::LoadFileToMem to write into std::vector<uint8_t> - use std::span when possible - Avoid unnessecary copies in PluginDataFactory - allocate plugins as HeapMemoryFixedSize which bascially is a std::unique_ptr with fixed size |
||
|---|---|---|
| .. | ||
| FunctionData.h | ||
| FunctionSymbolData.h | ||
| HookData.h | ||
| ImportRPLInformation.h | ||
| PluginContainer.h | ||
| PluginData.h | ||
| PluginDataFactory.cpp | ||
| PluginDataFactory.h | ||
| PluginInformation.h | ||
| PluginInformationFactory.cpp | ||
| PluginInformationFactory.h | ||
| PluginMetaInformation.cpp | ||
| PluginMetaInformation.h | ||
| PluginMetaInformationFactory.cpp | ||
| PluginMetaInformationFactory.h | ||
| RelocationData.h | ||
| SectionInfo.h | ||