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

#include <message_data.h>

Public Member Functions

 VanillaMessageWrite (uint32_t start, std::vector< uint8_t > bytes)
 
uint32_t start () const
 
uint32_t end () const
 
const std::vector< uint8_t > & bytes () const
 
bool operator== (const VanillaMessageWrite &) const =default
 

Private Attributes

uint32_t start_ = 0
 
std::vector< uint8_t > bytes_
 

Detailed Description

Definition at line 504 of file message_data.h.

Constructor & Destructor Documentation

◆ VanillaMessageWrite()

yaze::editor::VanillaMessageWrite::VanillaMessageWrite ( uint32_t start,
std::vector< uint8_t > bytes )
inline

Definition at line 506 of file message_data.h.

Member Function Documentation

◆ start()

uint32_t yaze::editor::VanillaMessageWrite::start ( ) const
inline

Definition at line 509 of file message_data.h.

References start_.

◆ end()

uint32_t yaze::editor::VanillaMessageWrite::end ( ) const
inline

Definition at line 510 of file message_data.h.

References bytes_, and start_.

◆ bytes()

const std::vector< uint8_t > & yaze::editor::VanillaMessageWrite::bytes ( ) const
inline

Definition at line 511 of file message_data.h.

References bytes_.

◆ operator==()

bool yaze::editor::VanillaMessageWrite::operator== ( const VanillaMessageWrite & ) const
default

Member Data Documentation

◆ start_

uint32_t yaze::editor::VanillaMessageWrite::start_ = 0
private

Definition at line 516 of file message_data.h.

Referenced by end(), and start().

◆ bytes_

std::vector<uint8_t> yaze::editor::VanillaMessageWrite::bytes_
private

Definition at line 517 of file message_data.h.

Referenced by bytes(), and end().


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