#include <message_data.h>
Public Member Functions | |
| bool | ok () const |
Public Attributes | |
| std::vector< uint8_t > | bytes |
| std::vector< std::string > | errors |
| std::vector< std::string > | warnings |
Definition at line 141 of file message_data.h.
|
inline |
Definition at line 146 of file message_data.h.
References errors.
| std::vector<uint8_t> yaze::editor::MessageParseResult::bytes |
Definition at line 142 of file message_data.h.
Referenced by yaze::editor::ParseMessageToDataWithDiagnostics().
| std::vector<std::string> yaze::editor::MessageParseResult::errors |
Definition at line 143 of file message_data.h.
Referenced by ok(), and yaze::editor::ParseMessageToDataWithDiagnostics().
| std::vector<std::string> yaze::editor::MessageParseResult::warnings |
Definition at line 144 of file message_data.h.
Referenced by yaze::editor::ParseMessageToDataWithDiagnostics().