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

#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
 

Detailed Description

Definition at line 141 of file message_data.h.

Member Function Documentation

◆ ok()

bool yaze::editor::MessageParseResult::ok ( ) const
inline

Definition at line 146 of file message_data.h.

References errors.

Member Data Documentation

◆ bytes

std::vector<uint8_t> yaze::editor::MessageParseResult::bytes

Definition at line 142 of file message_data.h.

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

◆ errors

std::vector<std::string> yaze::editor::MessageParseResult::errors

Definition at line 143 of file message_data.h.

Referenced by ok(), and yaze::editor::ParseMessageToDataWithDiagnostics().

◆ warnings

std::vector<std::string> yaze::editor::MessageParseResult::warnings

Definition at line 144 of file message_data.h.

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


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