![]() |
Multilevel Deduplication Engine (MDE)
|
#include <mde.hpp>
Public Types | |
| using | PropertyT = T |
| using | PropertyLess = DefaultLess< PropertyT > |
| using | PropertyHash = DefaultHash< PropertyT > |
| using | PropertyEqual = DefaultEqual< PropertyT > |
| using | PropertyPrinter = DefaultPrinter< PropertyT > |
Static Public Attributes | |
| static constexpr const char * | name = "" |
| static constexpr Size | BLOCK_SHIFT = MDE_DEFAULT_BLOCK_SHIFT |
| static constexpr Size | BLOCK_SIZE = MDE_DEFAULT_BLOCK_SIZE |
| static constexpr Size | BLOCK_MASK = MDE_DEFAULT_BLOCK_MASK |
| using mde::MDEConfig< T >::PropertyEqual = DefaultEqual<PropertyT> |
| using mde::MDEConfig< T >::PropertyHash = DefaultHash<PropertyT> |
| using mde::MDEConfig< T >::PropertyLess = DefaultLess<PropertyT> |
| using mde::MDEConfig< T >::PropertyPrinter = DefaultPrinter<PropertyT> |
| using mde::MDEConfig< T >::PropertyT = T |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |