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

Represents differences between two ROM versions. More...

#include <rom_version_manager.h>

Public Attributes

std::string from_snapshot_id
 
std::string to_snapshot_id
 
std::vector< std::pair< size_t, std::vector< uint8_t > > > changes
 
size_t total_bytes_changed
 
std::vector< std::string > proposals_applied
 

Detailed Description

Represents differences between two ROM versions.

Definition at line 47 of file rom_version_manager.h.

Member Data Documentation

◆ from_snapshot_id

std::string yaze::net::VersionDiff::from_snapshot_id

Definition at line 48 of file rom_version_manager.h.

◆ to_snapshot_id

std::string yaze::net::VersionDiff::to_snapshot_id

Definition at line 49 of file rom_version_manager.h.

◆ changes

std::vector<std::pair<size_t, std::vector<uint8_t> > > yaze::net::VersionDiff::changes

Definition at line 50 of file rom_version_manager.h.

◆ total_bytes_changed

size_t yaze::net::VersionDiff::total_bytes_changed

Definition at line 51 of file rom_version_manager.h.

◆ proposals_applied

std::vector<std::string> yaze::net::VersionDiff::proposals_applied

Definition at line 52 of file rom_version_manager.h.


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