yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
oracle_validation_view_model.h File Reference
#include <optional>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::editor::oracle_validation::SmokeD4
 
struct  yaze::editor::oracle_validation::SmokeD6
 
struct  yaze::editor::oracle_validation::SmokeD3
 
struct  yaze::editor::oracle_validation::SmokeResult
 
struct  yaze::editor::oracle_validation::PreflightError
 
struct  yaze::editor::oracle_validation::PreflightResult
 
struct  yaze::editor::oracle_validation::OracleRunResult
 
struct  yaze::editor::oracle_validation::SmokeOptions
 
struct  yaze::editor::oracle_validation::PreflightOptions
 

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::oracle_validation
 

Enumerations

enum class  yaze::editor::oracle_validation::RunMode { yaze::editor::oracle_validation::kStructural , yaze::editor::oracle_validation::kStrictReadiness , yaze::editor::oracle_validation::kPreflight }
 

Functions

absl::StatusOr< SmokeResultyaze::editor::oracle_validation::ParseSmokeCheckOutput (const std::string &json_str)
 
absl::StatusOr< PreflightResultyaze::editor::oracle_validation::ParsePreflightOutput (const std::string &json_str)
 
std::vector< std::string > yaze::editor::oracle_validation::BuildSmokeArgs (const SmokeOptions &opts)
 
std::vector< std::string > yaze::editor::oracle_validation::BuildPreflightArgs (const PreflightOptions &opts)
 
std::string yaze::editor::oracle_validation::BuildCliCommand (const std::string &command_name, const std::vector< std::string > &args)
 
std::string yaze::editor::oracle_validation::CurrentTimestamp ()