Euphoria
eu::core::StepIteratorCreator< T > Struct Template Reference

#include <iterate.h>

Public Member Functions

StepIterator< T > begin () const
 
StepIterator< T > end () const
 

Public Attributes

from
 
to
 
step
 

Detailed Description

template<typename T>
struct eu::core::StepIteratorCreator< T >

Definition at line 55 of file iterate.h.

Member Function Documentation

◆ begin()

template<typename T >
StepIterator<T> eu::core::StepIteratorCreator< T >::begin ( ) const
inline

Definition at line 61 of file iterate.h.

◆ end()

template<typename T >
StepIterator<T> eu::core::StepIteratorCreator< T >::end ( ) const
inline

Definition at line 66 of file iterate.h.

Member Data Documentation

◆ from

template<typename T >
T eu::core::StepIteratorCreator< T >::from

Definition at line 57 of file iterate.h.

◆ step

template<typename T >
T eu::core::StepIteratorCreator< T >::step

Definition at line 59 of file iterate.h.

◆ to

template<typename T >
T eu::core::StepIteratorCreator< T >::to

Definition at line 58 of file iterate.h.


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