#include <oracle_rom_safety_preflight.h>
Public Member Functions | |
| bool | ok () const |
| absl::Status | ToStatus () const |
Public Attributes | |
| std::vector< OracleRomSafetyIssue > | errors |
Definition at line 23 of file oracle_rom_safety_preflight.h.
|
inline |
Definition at line 26 of file oracle_rom_safety_preflight.h.
References errors.
Referenced by yaze::cli::handlers::anonymous_namespace{dungeon_collision_commands.cc}::BuildPreflightJson().
| absl::Status yaze::zelda3::OracleRomSafetyPreflightResult::ToStatus | ( | ) | const |
Definition at line 43 of file oracle_rom_safety_preflight.cc.
References errors.
| std::vector<OracleRomSafetyIssue> yaze::zelda3::OracleRomSafetyPreflightResult::errors |
Definition at line 24 of file oracle_rom_safety_preflight.h.
Referenced by yaze::zelda3::anonymous_namespace{oracle_rom_safety_preflight.cc}::AddError(), yaze::cli::handlers::anonymous_namespace{dungeon_collision_commands.cc}::BuildPreflightJson(), ok(), and ToStatus().