#include <filesystem>#include <string>#include <vector>#include "absl/status/statusor.h"

Go to the source code of this file.
Classes | |
| struct | yaze::core::OracleMenuBinEntry |
| struct | yaze::core::OracleMenuDrawRoutine |
| struct | yaze::core::OracleMenuComponent |
| struct | yaze::core::OracleMenuRegistry |
| struct | yaze::core::OracleMenuValidationIssue |
| struct | yaze::core::OracleMenuValidationReport |
| struct | yaze::core::OracleMenuComponentEditResult |
Namespaces | |
| namespace | yaze |
| namespace | yaze::core |
Enumerations | |
| enum class | yaze::core::OracleMenuValidationSeverity { yaze::core::kError , yaze::core::kWarning } |
Functions | |
| absl::StatusOr< std::filesystem::path > | yaze::core::ResolveOracleProjectRoot (const std::filesystem::path &start_path) |
| absl::StatusOr< OracleMenuRegistry > | yaze::core::BuildOracleMenuRegistry (const std::filesystem::path &project_root) |
| OracleMenuValidationReport | yaze::core::ValidateOracleMenuRegistry (const OracleMenuRegistry ®istry, int max_row, int max_col) |
| absl::StatusOr< OracleMenuComponentEditResult > | yaze::core::SetOracleMenuComponentOffset (const std::filesystem::path &project_root, const std::string &asm_relative_path, const std::string &table_label, int index, int row, int col, bool write_changes) |