|
gem5
v21.0.1.0
|
#include <dictionary_compressor.hh>
Public Member Functions | |
| CompData () | |
| ~CompData ()=default | |
| virtual void | addEntry (std::unique_ptr< Pattern >) |
| Add a pattern entry to the list of patterns. More... | |
Public Attributes | |
| std::vector< std::unique_ptr< Pattern > > | entries |
| The patterns matched in the original line. More... | |
Definition at line 388 of file dictionary_compressor.hh.
| Compressor::DictionaryCompressor< T >::CompData::CompData |
Definition at line 46 of file dictionary_compressor_impl.hh.
|
default |
|
virtual |
Add a pattern entry to the list of patterns.
| entry | The new pattern entry. |
Definition at line 53 of file dictionary_compressor_impl.hh.
References Compressor::Base::setSizeBits().
| std::vector<std::unique_ptr<Pattern> > Compressor::DictionaryCompressor< T >::CompData::entries |
The patterns matched in the original line.
Definition at line 392 of file dictionary_compressor.hh.