#include <memory>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "rom/rom.h"#include "nlohmann/json.hpp"Go to the source code of this file.
Classes | |
| class | yaze::cli::automation::RomAutomationAPI |
| High-level API for ROM manipulation and automation. More... | |
| struct | yaze::cli::automation::RomAutomationAPI::RomSnapshot |
| Snapshot of ROM state at a point in time. More... | |
| struct | yaze::cli::automation::RomAutomationAPI::ValidationResult |
| Validation result for ROM integrity checks. More... | |
| struct | yaze::cli::automation::RomAutomationAPI::BatchOperation |
| Batch operation for multiple ROM modifications. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::automation |