#include <message_data.h>
Public Member Functions | |
DictionaryEntry ()=default | |
DictionaryEntry (uint8_t i, std::string s) | |
bool | ContainedInString (std::string s) |
std::string | ReplaceInstancesOfIn (std::string s) |
Public Attributes | |
uint8_t | ID |
std::string | Contents |
std::vector< uint8_t > | Data |
int | Length |
std::string | Token |
Definition at line 47 of file message_data.h.
|
default |
|
inline |
Definition at line 55 of file message_data.h.
References Contents, Data, yaze::app::editor::DICTIONARYTOKEN, ID, yaze::app::editor::ParseMessageToData(), and Token.
|
inline |
Definition at line 61 of file message_data.h.
References Contents.
|
inline |
Definition at line 65 of file message_data.h.
uint8_t yaze::app::editor::DictionaryEntry::ID |
Definition at line 48 of file message_data.h.
Referenced by DictionaryEntry().
std::string yaze::app::editor::DictionaryEntry::Contents |
Definition at line 49 of file message_data.h.
Referenced by ContainedInString(), DictionaryEntry(), and ReplaceInstancesOfIn().
std::vector<uint8_t> yaze::app::editor::DictionaryEntry::Data |
Definition at line 50 of file message_data.h.
Referenced by DictionaryEntry().
int yaze::app::editor::DictionaryEntry::Length |
Definition at line 51 of file message_data.h.
std::string yaze::app::editor::DictionaryEntry::Token |
Definition at line 52 of file message_data.h.
Referenced by DictionaryEntry(), and ReplaceInstancesOfIn().