![]() |
Multilevel Deduplication Engine (MDE)
|
Index returned by an operation. 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 an operation. Being defined inside the class ensures type safety and possible future extensions.
|
inline |
|
inline |
|
inline |
| IndexValue mde::MDENode< Config, NestingT >::Index::value |
Definition at line 970 of file mde.hpp.
Referenced by mde::MDENode< Config, NestingT >::get_value().