This is the complete list of members for yaze::core::AsarWrapper, including all inherited members.
| ApplyPatch(const std::string &patch_path, std::vector< uint8_t > &rom_data, const std::vector< std::string > &include_paths={}) | yaze::core::AsarWrapper | |
| ApplyPatchFromString(const std::string &patch_content, std::vector< uint8_t > &rom_data, const std::string &base_path="") | yaze::core::AsarWrapper | |
| ApplyPatchWithBinary(const std::string &patch_path, std::vector< uint8_t > &rom_data, const std::vector< std::string > &include_paths) | yaze::core::AsarWrapper | private |
| ApplyPatchWithLibrary(const std::string &patch_path, std::vector< uint8_t > &rom_data, const std::vector< std::string > &include_paths) | yaze::core::AsarWrapper | private |
| AsarWrapper() | yaze::core::AsarWrapper | |
| AsarWrapper(const AsarWrapper &)=delete | yaze::core::AsarWrapper | |
| AsarWrapper(AsarWrapper &&)=default | yaze::core::AsarWrapper | |
| ConvertAsarSymbol(const void *asar_symbol_data) const | yaze::core::AsarWrapper | private |
| CreatePatch(const std::vector< uint8_t > &original_rom, const std::vector< uint8_t > &modified_rom, const std::string &patch_path) | yaze::core::AsarWrapper | |
| ExtractSymbols(const std::string &asm_path, const std::vector< std::string > &include_paths={}) | yaze::core::AsarWrapper | |
| ExtractSymbolsFromLastOperation() | yaze::core::AsarWrapper | private |
| FindSymbol(const std::string &name) const | yaze::core::AsarWrapper | |
| GetApiVersion() const | yaze::core::AsarWrapper | |
| GetLastErrors() const | yaze::core::AsarWrapper | inline |
| GetLastWarnings() const | yaze::core::AsarWrapper | inline |
| GetSymbolsAtAddress(uint32_t address) const | yaze::core::AsarWrapper | |
| GetSymbolTable() const | yaze::core::AsarWrapper | |
| GetVersion() const | yaze::core::AsarWrapper | |
| Initialize() | yaze::core::AsarWrapper | |
| initialized_ | yaze::core::AsarWrapper | private |
| IsInitialized() const | yaze::core::AsarWrapper | inline |
| last_errors_ | yaze::core::AsarWrapper | private |
| last_warnings_ | yaze::core::AsarWrapper | private |
| library_enabled_ | yaze::core::AsarWrapper | private |
| LoadSymbolsFromFile(const std::string &symbol_path) | yaze::core::AsarWrapper | |
| operator=(const AsarWrapper &)=delete | yaze::core::AsarWrapper | |
| operator=(AsarWrapper &&)=default | yaze::core::AsarWrapper | |
| ProcessErrors() | yaze::core::AsarWrapper | private |
| ProcessWarnings() | yaze::core::AsarWrapper | private |
| Reset() | yaze::core::AsarWrapper | |
| ResolveAsarBinary() const | yaze::core::AsarWrapper | private |
| Shutdown() | yaze::core::AsarWrapper | |
| symbol_table_ | yaze::core::AsarWrapper | private |
| ValidateAssembly(const std::string &asm_path) | yaze::core::AsarWrapper | |
| ~AsarWrapper() | yaze::core::AsarWrapper | |