Mackey  V3.3
A C++ library for computing RO(G) graded homology
InterpolatingVectorGenerator< T >::const_iterator Class Reference

Constant iterator through generated vectors. More...

#include <General.hpp>

Public Member Functions

const T & operator* () const
 Returns the generated vector. More...
 
bool operator!= (const const_iterator &other) const
 Inequality of iterators. More...
 
auto & operator++ ()
 Generates next element. More...
 

Friends

class InterpolatingVectorGenerator
 

Detailed Description

template<typename T>
class mackey::InterpolatingVectorGenerator< T >::const_iterator

Constant iterator through generated vectors.

Used in a ranged for loop to generate the interpolating vectors. Non constant version is illegal

Member Function Documentation

◆ operator*()

const T& operator* ( ) const

Returns the generated vector.

◆ operator!=()

bool operator!= ( const const_iterator other) const

Inequality of iterators.

◆ operator++()

auto& operator++ ( )

Generates next element.

Friends And Related Function Documentation

◆ InterpolatingVectorGenerator

friend class InterpolatingVectorGenerator
friend

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