yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::gfx::lc_lz2::CompressionPiece Struct Reference

#include <compression.h>

Public Member Functions

 CompressionPiece ()=default
 
 CompressionPiece (int cmd, int len, std::string args, int arg_len)
 

Public Attributes

char command
 
int length
 
int argument_length
 
std::string argument
 
std::shared_ptr< CompressionPiecenext = nullptr
 

Detailed Description

Definition at line 72 of file compression.h.

Constructor & Destructor Documentation

◆ CompressionPiece() [1/2]

yaze::app::gfx::lc_lz2::CompressionPiece::CompressionPiece ( )
default

◆ CompressionPiece() [2/2]

yaze::app::gfx::lc_lz2::CompressionPiece::CompressionPiece ( int cmd,
int len,
std::string args,
int arg_len )
inline

Definition at line 79 of file compression.h.

Member Data Documentation

◆ command

char yaze::app::gfx::lc_lz2::CompressionPiece::command

◆ length

int yaze::app::gfx::lc_lz2::CompressionPiece::length

◆ argument_length

int yaze::app::gfx::lc_lz2::CompressionPiece::argument_length

◆ argument

std::string yaze::app::gfx::lc_lz2::CompressionPiece::argument

◆ next

std::shared_ptr<CompressionPiece> yaze::app::gfx::lc_lz2::CompressionPiece::next = nullptr

Definition at line 77 of file compression.h.

Referenced by yaze::test::gfx::TEST().


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