gem5
v20.1.0.0
|
#include <perfect.hh>
Public Member Functions | |
CompData (const std::vector< Chunk > &chunks) | |
Default constructor that creates a copy of the original data. More... | |
~CompData ()=default | |
Public Attributes | |
std::vector< Chunk > | chunks |
The original data is simply copied over to this vector. More... | |
Definition at line 74 of file perfect.hh.
|
inline |
Default constructor that creates a copy of the original data.
chunks | The data to be compressed. |
Definition at line 85 of file perfect.hh.
|
default |
std::vector<Chunk> Compressor::Perfect::CompData::chunks |
The original data is simply copied over to this vector.
Definition at line 78 of file perfect.hh.