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

#include <message_source_sync.h>

Public Attributes

std::filesystem::path canonical_bundle_path
 
std::filesystem::path generated_asm_include_path
 
int first_expanded_id = 0
 
int last_expanded_id = 0
 
int expanded_count = 0
 
int incoming_updates = 0
 
size_t encoded_size = 0
 
size_t capacity = 0
 
std::string source_sha256_before
 
std::string proposed_source_sha256
 
bool changed = false
 
bool wrote = false
 

Detailed Description

Definition at line 23 of file message_source_sync.h.

Member Data Documentation

◆ canonical_bundle_path

std::filesystem::path yaze::editor::MessageSourceSyncResult::canonical_bundle_path

Definition at line 24 of file message_source_sync.h.

Referenced by yaze::editor::SyncMessageSource().

◆ generated_asm_include_path

std::filesystem::path yaze::editor::MessageSourceSyncResult::generated_asm_include_path

Definition at line 25 of file message_source_sync.h.

◆ first_expanded_id

int yaze::editor::MessageSourceSyncResult::first_expanded_id = 0

Definition at line 27 of file message_source_sync.h.

◆ last_expanded_id

int yaze::editor::MessageSourceSyncResult::last_expanded_id = 0

Definition at line 28 of file message_source_sync.h.

◆ expanded_count

int yaze::editor::MessageSourceSyncResult::expanded_count = 0

Definition at line 29 of file message_source_sync.h.

◆ incoming_updates

int yaze::editor::MessageSourceSyncResult::incoming_updates = 0

Definition at line 30 of file message_source_sync.h.

◆ encoded_size

size_t yaze::editor::MessageSourceSyncResult::encoded_size = 0

Definition at line 31 of file message_source_sync.h.

◆ capacity

size_t yaze::editor::MessageSourceSyncResult::capacity = 0

Definition at line 32 of file message_source_sync.h.

◆ source_sha256_before

std::string yaze::editor::MessageSourceSyncResult::source_sha256_before

Definition at line 34 of file message_source_sync.h.

◆ proposed_source_sha256

std::string yaze::editor::MessageSourceSyncResult::proposed_source_sha256

Definition at line 35 of file message_source_sync.h.

◆ changed

bool yaze::editor::MessageSourceSyncResult::changed = false

Definition at line 36 of file message_source_sync.h.

◆ wrote

bool yaze::editor::MessageSourceSyncResult::wrote = false

Definition at line 37 of file message_source_sync.h.


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