LatticeHashForest
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lhf::OperationNode Struct Reference

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
 

Detailed Description

This struct contains the information about the operands of an operation (union, intersection, etc.)

Definition at line 156 of file lhf.hpp.

Member Function Documentation

◆ operator<()

bool lhf::OperationNode::operator< ( const OperationNode op) const
inline

Definition at line 166 of file lhf.hpp.

◆ operator==()

bool lhf::OperationNode::operator== ( const OperationNode op) const
inline

Definition at line 170 of file lhf.hpp.

◆ to_string()

std::string lhf::OperationNode::to_string ( ) const
inline

Definition at line 160 of file lhf.hpp.

Referenced by lhf::operator<<().

Member Data Documentation

◆ left

IndexValue lhf::OperationNode::left

◆ right

IndexValue lhf::OperationNode::right

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