yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::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 79 of file compression.h.

Constructor & Destructor Documentation

◆ CompressionPiece() [1/2]

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

◆ CompressionPiece() [2/2]

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

Definition at line 86 of file compression.h.

Member Data Documentation

◆ command

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

Definition at line 80 of file compression.h.

◆ length

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

Definition at line 81 of file compression.h.

◆ argument_length

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

Definition at line 82 of file compression.h.

◆ argument

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

Definition at line 83 of file compression.h.

◆ next

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

Definition at line 84 of file compression.h.


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