#include <cstdint>#include <map>#include <string>#include <vector>#include "absl/strings/str_format.h"Go to the source code of this file.
Classes | |
| struct | yaze::cli::DiagnosticFinding |
| A single diagnostic finding. More... | |
| struct | yaze::cli::RomFeatures |
| ROM feature detection results. More... | |
| struct | yaze::cli::MapPointerStatus |
| Map pointer validation status. More... | |
| struct | yaze::cli::Tile16Status |
| Tile16 corruption status. More... | |
| struct | yaze::cli::DiagnosticReport |
| Complete diagnostic report. More... | |
| struct | yaze::cli::MapDistributionStats |
| Entity distribution statistics for coverage analysis. More... | |
| struct | yaze::cli::RomCompareResult |
| ROM comparison result for baseline comparisons. More... | |
| struct | yaze::cli::RomCompareResult::RomInfo |
| struct | yaze::cli::RomCompareResult::DiffRegion |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
Enumerations | |
| enum class | yaze::cli::DiagnosticSeverity { yaze::cli::kInfo , yaze::cli::kWarning , yaze::cli::kError , yaze::cli::kCritical } |
| Severity level for diagnostic findings. More... | |
Functions | |
| std::string | yaze::cli::SeverityToString (DiagnosticSeverity severity) |
| Convert severity to string for output. | |