ergo
SparsePattern::Column::Iterator Struct Reference

#include <sparse_pattern.h>

Public Member Functions

 Iterator (const IntervalList::const_iterator &beg, const IntervalList::const_iterator &end_, int p)
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 
int operator* () const
 
const Intervaloperator-> () const
 

Public Attributes

IntervalList::const_iterator current
 
IntervalList::const_iterator end
 
int pos
 

Constructor & Destructor Documentation

◆ Iterator()

SparsePattern::Column::Iterator::Iterator ( const IntervalList::const_iterator &  beg,
const IntervalList::const_iterator &  end_,
int  p 
)
inline

Member Function Documentation

◆ operator!=()

bool SparsePattern::Column::Iterator::operator!= ( const Iterator other) const
inline

References current, and pos.

◆ operator*()

int SparsePattern::Column::Iterator::operator* ( ) const
inline

◆ operator++()

Iterator& SparsePattern::Column::Iterator::operator++ ( )
inline

◆ operator->()

const Interval* SparsePattern::Column::Iterator::operator-> ( ) const
inline

Member Data Documentation

◆ current

IntervalList::const_iterator SparsePattern::Column::Iterator::current

Referenced by operator!=().

◆ end

IntervalList::const_iterator SparsePattern::Column::Iterator::end

◆ pos

int SparsePattern::Column::Iterator::pos

Referenced by operator!=().


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