Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Friends | List of all members
mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index Struct Reference

Index returned by the class. Being defined inside the class ensures type safety and possible future extensions. More...

#include <mde.hpp>

Classes

struct  Hash
 

Public Member Functions

 Index (IndexValue idx=EMPTY_SET_VALUE)
 
bool is_empty () const
 
bool operator== (const Index &b) const
 
bool operator!= (const Index &b) const
 
bool operator< (const Index &b) const
 
bool operator> (const Index &b) const
 
String to_string () const
 

Public Attributes

IndexValue value
 

Friends

std::ostream & operator<< (std::ostream &os, const Index &obj)
 

Detailed Description

template<typename PropertyT, typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
struct mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index

Index returned by the class. Being defined inside the class ensures type safety and possible future extensions.

Definition at line 2468 of file mde.hpp.

Constructor & Destructor Documentation

◆ Index()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::Index ( IndexValue  idx = EMPTY_SET_VALUE)
inline

Definition at line 2471 of file mde.hpp.

Member Function Documentation

◆ is_empty()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
bool mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::is_empty ( ) const
inline

Definition at line 2473 of file mde.hpp.

◆ operator!=()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
bool mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator!= ( const Index b) const
inline

Definition at line 2481 of file mde.hpp.

◆ operator<()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
bool mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator< ( const Index b) const
inline

Definition at line 2485 of file mde.hpp.

◆ operator==()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
bool mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator== ( const Index b) const
inline

Definition at line 2477 of file mde.hpp.

◆ operator>()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
bool mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator> ( const Index b) const
inline

Definition at line 2489 of file mde.hpp.

◆ to_string()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
String mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::to_string ( ) const
inline

Definition at line 2493 of file mde.hpp.

Friends And Related Symbol Documentation

◆ operator<<

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
std::ostream & operator<< ( std::ostream &  os,
const Index obj 
)
friend

Definition at line 2497 of file mde.hpp.

Member Data Documentation

◆ value

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
IndexValue mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::value

Definition at line 2469 of file mde.hpp.


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