#include <version_manager.h>
Public Attributes | |
| bool | success |
| std::string | commit_hash |
| std::string | rom_backup_path |
| std::string | message |
Definition at line 14 of file version_manager.h.
| bool yaze::core::SnapshotResult::success |
Definition at line 15 of file version_manager.h.
Referenced by yaze::core::VersionManager::CreateSnapshot().
| std::string yaze::core::SnapshotResult::commit_hash |
Definition at line 16 of file version_manager.h.
Referenced by yaze::core::VersionManager::CreateSnapshot().
| std::string yaze::core::SnapshotResult::rom_backup_path |
Definition at line 17 of file version_manager.h.
Referenced by yaze::core::VersionManager::CreateSnapshot().
| std::string yaze::core::SnapshotResult::message |
Definition at line 18 of file version_manager.h.
Referenced by yaze::core::VersionManager::CreateSnapshot().