![]() |
Multilevel Deduplication Engine (MDE)
|
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) |
Index returned by the class. Being defined inside the class ensures type safety and possible future extensions.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| IndexValue mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::Index::value |