![]() |
LatticeHashForest
|
Index returned by an operation. The struct ensures type safety and possible future extensions. More...
#include <lhf.hpp>
Public Member Functions | |
Index (IndexValue idx=EMPTY_SET_VALUE) | |
bool | 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 |
Public Attributes | |
IndexValue | value |
Index returned by an operation. The struct ensures type safety and possible future extensions.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
IndexValue lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::value |
Definition at line 1899 of file lhf.hpp.
Referenced by lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::empty(), lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator!=(), lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator<(), lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator==(), and lhf::Deduplicator< PropertyT, PropertyLess, PropertyHash, PropertyEqual, PropertyPrinter >::Index::operator>().