yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::net::RomSnapshot Struct Reference

Represents a versioned snapshot of ROM state. More...

#include <rom_version_manager.h>

Public Attributes

std::string snapshot_id
 
std::string description
 
int64_t timestamp
 
std::string rom_hash
 
std::vector< uint8_t > rom_data
 
size_t compressed_size
 
std::string creator
 
bool is_checkpoint
 
bool is_safe_point
 

Detailed Description

Represents a versioned snapshot of ROM state.

Definition at line 25 of file rom_version_manager.h.

Member Data Documentation

◆ snapshot_id

std::string yaze::net::RomSnapshot::snapshot_id

◆ description

std::string yaze::net::RomSnapshot::description

◆ timestamp

int64_t yaze::net::RomSnapshot::timestamp

◆ rom_hash

◆ rom_data

std::vector<uint8_t> yaze::net::RomSnapshot::rom_data

◆ compressed_size

size_t yaze::net::RomSnapshot::compressed_size

◆ creator

std::string yaze::net::RomSnapshot::creator

◆ is_checkpoint

bool yaze::net::RomSnapshot::is_checkpoint

◆ is_safe_point

bool yaze::net::RomSnapshot::is_safe_point

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