Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Friends | List of all members
mde::MDENode< Config, NestingT >::Index Struct Reference

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)
 

Detailed Description

template<typename Config, typename NestingT = NestingNone<typename Config::PropertyT>>
struct mde::MDENode< Config, NestingT >::Index

Index returned by an operation. Being defined inside the class ensures type safety and possible future extensions.

Definition at line 969 of file mde.hpp.

Constructor & Destructor Documentation

◆ Index()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
mde::MDENode< Config, NestingT >::Index::Index ( IndexValue  idx = EMPTY_SET_VALUE)
inline

Definition at line 972 of file mde.hpp.

Member Function Documentation

◆ is_empty()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
bool mde::MDENode< Config, NestingT >::Index::is_empty ( ) const
inline

Definition at line 974 of file mde.hpp.

◆ operator!=()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
bool mde::MDENode< Config, NestingT >::Index::operator!= ( const Index b) const
inline

Definition at line 982 of file mde.hpp.

◆ operator<()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
bool mde::MDENode< Config, NestingT >::Index::operator< ( const Index b) const
inline

Definition at line 986 of file mde.hpp.

◆ operator==()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
bool mde::MDENode< Config, NestingT >::Index::operator== ( const Index b) const
inline

Definition at line 978 of file mde.hpp.

◆ operator>()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
bool mde::MDENode< Config, NestingT >::Index::operator> ( const Index b) const
inline

Definition at line 990 of file mde.hpp.

◆ to_string()

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
String mde::MDENode< Config, NestingT >::Index::to_string ( ) const
inline

Definition at line 994 of file mde.hpp.

Friends And Related Symbol Documentation

◆ operator<<

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
std::ostream & operator<< ( std::ostream &  os,
const Index obj 
)
friend

Definition at line 998 of file mde.hpp.

Member Data Documentation

◆ value

template<typename Config , typename NestingT = NestingNone<typename Config::PropertyT>>
IndexValue mde::MDENode< Config, NestingT >::Index::value

Definition at line 970 of file mde.hpp.

Referenced by mde::MDENode< Config, NestingT >::get_value().


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