#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 79 of file compression.h.
|
default |
|
inline |
Definition at line 86 of file compression.h.
References argument, argument_length, command, and length.
char yaze::gfx::lc_lz2::CompressionPiece::command |
Definition at line 80 of file compression.h.
Referenced by CompressionPiece(), yaze::gfx::lc_lz2::FinalizeCompression(), yaze::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::TEST().
int yaze::gfx::lc_lz2::CompressionPiece::length |
Definition at line 81 of file compression.h.
Referenced by CompressionPiece(), yaze::gfx::lc_lz2::FinalizeCompression(), yaze::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::TEST().
int yaze::gfx::lc_lz2::CompressionPiece::argument_length |
Definition at line 82 of file compression.h.
Referenced by CompressionPiece(), yaze::gfx::lc_lz2::FinalizeCompression(), yaze::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::TEST().
std::string yaze::gfx::lc_lz2::CompressionPiece::argument |
Definition at line 83 of file compression.h.
Referenced by CompressionPiece(), yaze::gfx::lc_lz2::FinalizeCompression(), yaze::gfx::lc_lz2::SplitCompressionPieceV3(), and yaze::test::TEST().
std::shared_ptr<CompressionPiece> yaze::gfx::lc_lz2::CompressionPiece::next = nullptr |
Definition at line 84 of file compression.h.
Referenced by yaze::test::TEST().