#include <perfect.hh>
Definition at line 78 of file perfect.hh.
◆ CompData()
gem5::compression::Perfect::CompData::CompData |
( |
const std::vector< Chunk > & | chunks | ) |
|
|
inline |
Default constructor that creates a copy of the original data.
- Parameters
-
chunks | The data to be compressed. |
Definition at line 89 of file perfect.hh.
◆ ~CompData()
gem5::compression::Perfect::CompData::~CompData |
( |
| ) |
|
|
default |
◆ chunks
The original data is simply copied over to this vector.
Definition at line 82 of file perfect.hh.
The documentation for this class was generated from the following file: