#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< CompressionPiece > | next = nullptr |
Definition at line 71 of file compression.h.
|
default |
|
inline |
Definition at line 78 of file compression.h.
char yaze::app::gfx::lc_lz2::CompressionPiece::command |
Definition at line 72 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::FinalizeCompression(), yaze::app::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::gfx::TEST().
int yaze::app::gfx::lc_lz2::CompressionPiece::length |
Definition at line 73 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::FinalizeCompression(), yaze::app::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::gfx::TEST().
int yaze::app::gfx::lc_lz2::CompressionPiece::argument_length |
Definition at line 74 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::FinalizeCompression(), yaze::app::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::gfx::TEST().
std::string yaze::app::gfx::lc_lz2::CompressionPiece::argument |
Definition at line 75 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::FinalizeCompression(), yaze::app::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::gfx::TEST().
std::shared_ptr<CompressionPiece> yaze::app::gfx::lc_lz2::CompressionPiece::next = nullptr |
Definition at line 76 of file compression.h.
Referenced by yaze::test::gfx::TEST().