|
gem5
v19.0.0.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 379 of file dictionary_compressor.hh.
| DictionaryCompressor< T >::CompData::CompData | ( | ) |
Definition at line 45 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 52 of file dictionary_compressor_impl.hh.
References DictionaryCompressor< T >::CompData::entries, and BaseCacheCompressor::setSizeBits().
| std::vector<std::unique_ptr<Pattern> > DictionaryCompressor< T >::CompData::entries |
The patterns matched in the original line.
Definition at line 383 of file dictionary_compressor.hh.
Referenced by DictionaryCompressor< T >::CompData::addEntry().