#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 |
Definition at line 23 of file message_source_sync.h.
| std::filesystem::path yaze::editor::MessageSourceSyncResult::canonical_bundle_path |
Definition at line 24 of file message_source_sync.h.
Referenced by yaze::editor::SyncMessageSource().
| std::filesystem::path yaze::editor::MessageSourceSyncResult::generated_asm_include_path |
Definition at line 25 of file message_source_sync.h.
| int yaze::editor::MessageSourceSyncResult::first_expanded_id = 0 |
Definition at line 27 of file message_source_sync.h.
| int yaze::editor::MessageSourceSyncResult::last_expanded_id = 0 |
Definition at line 28 of file message_source_sync.h.
| int yaze::editor::MessageSourceSyncResult::expanded_count = 0 |
Definition at line 29 of file message_source_sync.h.
| int yaze::editor::MessageSourceSyncResult::incoming_updates = 0 |
Definition at line 30 of file message_source_sync.h.
| size_t yaze::editor::MessageSourceSyncResult::encoded_size = 0 |
Definition at line 31 of file message_source_sync.h.
| size_t yaze::editor::MessageSourceSyncResult::capacity = 0 |
Definition at line 32 of file message_source_sync.h.
| std::string yaze::editor::MessageSourceSyncResult::source_sha256_before |
Definition at line 34 of file message_source_sync.h.
| std::string yaze::editor::MessageSourceSyncResult::proposed_source_sha256 |
Definition at line 35 of file message_source_sync.h.
| bool yaze::editor::MessageSourceSyncResult::changed = false |
Definition at line 36 of file message_source_sync.h.
| bool yaze::editor::MessageSourceSyncResult::wrote = false |
Definition at line 37 of file message_source_sync.h.