yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::RomSandboxManager::SandboxMetadata Struct Reference

#include <rom_sandbox_manager.h>

Public Attributes

std::string id
 
std::filesystem::path directory
 
std::filesystem::path rom_path
 
std::string source_rom
 
std::string description
 
absl::Time created_at
 

Detailed Description

Definition at line 29 of file rom_sandbox_manager.h.

Member Data Documentation

◆ id

std::string yaze::cli::RomSandboxManager::SandboxMetadata::id

Definition at line 30 of file rom_sandbox_manager.h.

Referenced by yaze::cli::RomSandboxManager::CreateSandbox().

◆ directory

std::filesystem::path yaze::cli::RomSandboxManager::SandboxMetadata::directory

Definition at line 31 of file rom_sandbox_manager.h.

◆ rom_path

std::filesystem::path yaze::cli::RomSandboxManager::SandboxMetadata::rom_path

Definition at line 32 of file rom_sandbox_manager.h.

◆ source_rom

std::string yaze::cli::RomSandboxManager::SandboxMetadata::source_rom

Definition at line 33 of file rom_sandbox_manager.h.

◆ description

std::string yaze::cli::RomSandboxManager::SandboxMetadata::description

Definition at line 34 of file rom_sandbox_manager.h.

◆ created_at

absl::Time yaze::cli::RomSandboxManager::SandboxMetadata::created_at

Definition at line 35 of file rom_sandbox_manager.h.


The documentation for this struct was generated from the following file: