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

#include <rom_version_manager.h>

Public Attributes

size_t total_snapshots
 
size_t safe_points
 
size_t auto_backups
 
size_t manual_checkpoints
 
size_t total_storage_bytes
 
int64_t oldest_snapshot_timestamp
 
int64_t newest_snapshot_timestamp
 

Detailed Description

Get statistics

Definition at line 160 of file rom_version_manager.h.

Member Data Documentation

◆ total_snapshots

size_t yaze::net::RomVersionManager::Stats::total_snapshots

Definition at line 161 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ safe_points

size_t yaze::net::RomVersionManager::Stats::safe_points

Definition at line 162 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ auto_backups

size_t yaze::net::RomVersionManager::Stats::auto_backups

Definition at line 163 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ manual_checkpoints

size_t yaze::net::RomVersionManager::Stats::manual_checkpoints

Definition at line 164 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ total_storage_bytes

size_t yaze::net::RomVersionManager::Stats::total_storage_bytes

Definition at line 165 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ oldest_snapshot_timestamp

int64_t yaze::net::RomVersionManager::Stats::oldest_snapshot_timestamp

Definition at line 166 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().

◆ newest_snapshot_timestamp

int64_t yaze::net::RomVersionManager::Stats::newest_snapshot_timestamp

Definition at line 167 of file rom_version_manager.h.

Referenced by yaze::net::RomVersionManager::GetStats().


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