Project OpenGeode
class BaseRange
Base class for range-based iteration on custom range. See derived classes for usage.
Functions
operator!=
cpp
public bool operator!=(const BaseRange<Type, NextOperator> & )public bool operator!=(const BaseRange<Type, NextOperator> & )operator++
cpp
public void operator++()public void operator++()current
cpp
public Type current()public Type current()BaseRange
cpp
protected void BaseRange<Type, NextOperator>(T1 begin, T2 end)protected void BaseRange<Type, NextOperator>(T1 begin, T2 end)