yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::music::AsmParseResult Struct Reference

Parse result with diagnostics. More...

#include <asm_importer.h>

Collaboration diagram for yaze::zelda3::music::AsmParseResult:

Public Attributes

MusicSong song
 
std::vector< std::string > warnings
 
std::vector< std::string > errors
 
int lines_parsed = 0
 
int bytes_generated = 0
 

Detailed Description

Parse result with diagnostics.

Definition at line 29 of file asm_importer.h.

Member Data Documentation

◆ song

MusicSong yaze::zelda3::music::AsmParseResult::song

Definition at line 30 of file asm_importer.h.

Referenced by yaze::zelda3::music::AsmImporter::ImportSong().

◆ warnings

std::vector<std::string> yaze::zelda3::music::AsmParseResult::warnings

Definition at line 31 of file asm_importer.h.

Referenced by yaze::zelda3::music::AsmImporter::ImportSong().

◆ errors

std::vector<std::string> yaze::zelda3::music::AsmParseResult::errors

Definition at line 32 of file asm_importer.h.

Referenced by yaze::zelda3::music::AsmImporter::ImportSong().

◆ lines_parsed

int yaze::zelda3::music::AsmParseResult::lines_parsed = 0

Definition at line 33 of file asm_importer.h.

Referenced by yaze::zelda3::music::AsmImporter::ImportSong().

◆ bytes_generated

int yaze::zelda3::music::AsmParseResult::bytes_generated = 0

Definition at line 34 of file asm_importer.h.

Referenced by yaze::zelda3::music::AsmImporter::ImportSong().


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