![]() |
Multilevel Deduplication Engine (MDE)
|
This struct contains the information about the operands of an operation (union, intersection, etc.) More...
#include <mde.hpp>
Public Member Functions | |
| std::string | to_string () const |
| bool | operator< (const OperationNode &op) const |
| bool | operator== (const OperationNode &op) const |
Public Attributes | |
| IndexValue | left |
| IndexValue | right |
This struct contains the information about the operands of an operation (union, intersection, etc.)
|
inline |
|
inline |
|
inline |
Definition at line 26 of file mde.hpp.
Referenced by mde::operator<<().
| IndexValue mde::OperationNode::left |
Definition at line 23 of file mde.hpp.
Referenced by std::hash< mde::OperationNode >::operator()(), operator<(), operator==(), and to_string().
| IndexValue mde::OperationNode::right |
Definition at line 24 of file mde.hpp.
Referenced by std::hash< mde::OperationNode >::operator()(), operator<(), operator==(), and to_string().