![]() |
LatticeHashForest
|
This struct contains the information about the operands of an operation (union, intersection, etc.) More...
#include <lhf.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 160 of file lhf.hpp.
Referenced by lhf::operator<<().
IndexValue lhf::OperationNode::left |
Definition at line 157 of file lhf.hpp.
Referenced by std::hash< lhf::OperationNode >::operator()(), operator<(), operator==(), and to_string().
IndexValue lhf::OperationNode::right |
Definition at line 158 of file lhf.hpp.
Referenced by std::hash< lhf::OperationNode >::operator()(), operator<(), operator==(), and to_string().