yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::RomFileManager::BackupEntry Struct Reference

#include <rom_file_manager.h>

Public Attributes

std::string path
 
std::string filename
 
std::time_t timestamp = 0
 
uintmax_t size_bytes = 0
 

Detailed Description

Definition at line 46 of file rom_file_manager.h.

Member Data Documentation

◆ path

std::string yaze::editor::RomFileManager::BackupEntry::path

Definition at line 47 of file rom_file_manager.h.

Referenced by yaze::editor::RomFileManager::ListBackups().

◆ filename

std::string yaze::editor::RomFileManager::BackupEntry::filename

Definition at line 48 of file rom_file_manager.h.

Referenced by yaze::editor::RomFileManager::ListBackups().

◆ timestamp

std::time_t yaze::editor::RomFileManager::BackupEntry::timestamp = 0

Definition at line 49 of file rom_file_manager.h.

Referenced by yaze::editor::RomFileManager::ListBackups().

◆ size_bytes

uintmax_t yaze::editor::RomFileManager::BackupEntry::size_bytes = 0

Definition at line 50 of file rom_file_manager.h.

Referenced by yaze::editor::RomFileManager::ListBackups().


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