helib::IndexSet::iterator Class Reference

#include <IndexSet.h>

Public Member Functions

long operator* () const
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 

Protected Member Functions

 iterator (const IndexSet &s, long i)
 

Friends

class IndexSet
 

Constructor & Destructor Documentation

◆ iterator()

helib::IndexSet::iterator::iterator ( const IndexSet s,
long  i 
)
inlineprotected

Member Function Documentation

◆ operator!=()

bool helib::IndexSet::iterator::operator!= ( const iterator other) const
inline

◆ operator*()

long helib::IndexSet::iterator::operator* ( ) const
inline

◆ operator++()

iterator& helib::IndexSet::iterator::operator++ ( )
inline

◆ operator==()

bool helib::IndexSet::iterator::operator== ( const iterator other) const
inline

Friends And Related Function Documentation

◆ IndexSet

friend class IndexSet
friend