#include <message_data.h>
Public Member Functions | |
| DictionaryEntry ()=default | |
| DictionaryEntry (uint8_t i, std::string_view s) | |
| bool | ContainedInString (std::string_view s) const |
| std::string | ReplaceInstancesOfIn (std::string_view s) const |
Public Attributes | |
| uint8_t | ID = 0 |
| std::string | Contents = "" |
| std::vector< uint8_t > | Data |
| int | Length = 0 |
| std::string | Token = "" |
Definition at line 139 of file message_data.h.
|
default |
|
inline |
Definition at line 147 of file message_data.h.
References Contents, Data, yaze::editor::DICTIONARYTOKEN, ID, yaze::editor::ParseMessageToData(), and Token.

|
inline |
Definition at line 154 of file message_data.h.
References Contents.
|
inline |
Definition at line 161 of file message_data.h.
| uint8_t yaze::editor::DictionaryEntry::ID = 0 |
Definition at line 140 of file message_data.h.
Referenced by DictionaryEntry().
| std::string yaze::editor::DictionaryEntry::Contents = "" |
Definition at line 141 of file message_data.h.
Referenced by yaze::editor::BuildDictionaryEntries(), ContainedInString(), DictionaryEntry(), yaze::editor::ParseMessageData(), and ReplaceInstancesOfIn().
| std::vector<uint8_t> yaze::editor::DictionaryEntry::Data |
Definition at line 142 of file message_data.h.
Referenced by DictionaryEntry().
| int yaze::editor::DictionaryEntry::Length = 0 |
Definition at line 143 of file message_data.h.
| std::string yaze::editor::DictionaryEntry::Token = "" |
Definition at line 144 of file message_data.h.
Referenced by DictionaryEntry(), and ReplaceInstancesOfIn().