#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 |
Definition at line 29 of file rom_sandbox_manager.h.
std::string yaze::cli::RomSandboxManager::SandboxMetadata::id |
Definition at line 30 of file rom_sandbox_manager.h.
Referenced by yaze::cli::RomSandboxManager::CreateSandbox().
std::filesystem::path yaze::cli::RomSandboxManager::SandboxMetadata::directory |
Definition at line 31 of file rom_sandbox_manager.h.
std::filesystem::path yaze::cli::RomSandboxManager::SandboxMetadata::rom_path |
Definition at line 32 of file rom_sandbox_manager.h.
std::string yaze::cli::RomSandboxManager::SandboxMetadata::source_rom |
Definition at line 33 of file rom_sandbox_manager.h.
std::string yaze::cli::RomSandboxManager::SandboxMetadata::description |
Definition at line 34 of file rom_sandbox_manager.h.
absl::Time yaze::cli::RomSandboxManager::SandboxMetadata::created_at |
Definition at line 35 of file rom_sandbox_manager.h.