Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
mde::MDEConfig< T > Struct Template Reference

#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 charname = ""
 
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
 

Detailed Description

template<typename T>
struct mde::MDEConfig< T >

Definition at line 916 of file mde.hpp.

Member Typedef Documentation

◆ PropertyEqual

template<typename T >
using mde::MDEConfig< T >::PropertyEqual = DefaultEqual<PropertyT>

Definition at line 922 of file mde.hpp.

◆ PropertyHash

template<typename T >
using mde::MDEConfig< T >::PropertyHash = DefaultHash<PropertyT>

Definition at line 921 of file mde.hpp.

◆ PropertyLess

template<typename T >
using mde::MDEConfig< T >::PropertyLess = DefaultLess<PropertyT>

Definition at line 920 of file mde.hpp.

◆ PropertyPrinter

template<typename T >
using mde::MDEConfig< T >::PropertyPrinter = DefaultPrinter<PropertyT>

Definition at line 923 of file mde.hpp.

◆ PropertyT

template<typename T >
using mde::MDEConfig< T >::PropertyT = T

Definition at line 919 of file mde.hpp.

Member Data Documentation

◆ BLOCK_MASK

template<typename T >
constexpr Size mde::MDEConfig< T >::BLOCK_MASK = MDE_DEFAULT_BLOCK_MASK
staticconstexpr

Definition at line 927 of file mde.hpp.

◆ BLOCK_SHIFT

template<typename T >
constexpr Size mde::MDEConfig< T >::BLOCK_SHIFT = MDE_DEFAULT_BLOCK_SHIFT
staticconstexpr

Definition at line 925 of file mde.hpp.

◆ BLOCK_SIZE

template<typename T >
constexpr Size mde::MDEConfig< T >::BLOCK_SIZE = MDE_DEFAULT_BLOCK_SIZE
staticconstexpr

Definition at line 926 of file mde.hpp.

◆ name

template<typename T >
constexpr const char* mde::MDEConfig< T >::name = ""
staticconstexpr

Definition at line 917 of file mde.hpp.


The documentation for this struct was generated from the following file: