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

References current, end, and pos.

Referenced by operator!=(), and operator++().

Member Function Documentation

◆ operator!=()

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

References current, Iterator(), and pos.

◆ operator*()

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

References pos.

◆ operator++()

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

References current, end, Iterator(), and pos.

◆ operator->()

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

Member Data Documentation

◆ current

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

Referenced by Iterator(), operator!=(), and operator++().

◆ end

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

Referenced by Iterator(), and operator++().

◆ pos

int SparsePattern::Column::Iterator::pos

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