Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
Gecode::Iter::Ranges::Offset< I > Class Template Reference

Range iterator for pointwise offset (by some constant) More...

#include <ranges-offset.hpp>

Protected Attributes

i
 Input range.
 
int c
 Offset for ranges.
 

Constructors and initialization

 Offset (void)
 Default constructor.
 
 Offset (I &i, int c)
 Initialize with ranges from i and offset c.
 
void init (I &i, int c)
 Initialize with ranges from i and offset c.
 

Iteration control

bool operator() (void) const
 Test whether iterator is still at a range or done.
 
void operator++ (void)
 Move iterator to next range (if possible)
 

Range access

int min (void) const
 Return smallest value of range.
 
int max (void) const
 Return largest value of range.
 
unsigned int width (void) const
 Return width of range (distance between minimum and maximum)
 

Detailed Description

template<class I>
class Gecode::Iter::Ranges::Offset< I >

Range iterator for pointwise offset (by some constant)

Definition at line 42 of file ranges-offset.hpp.

Constructor & Destructor Documentation

◆ Offset() [1/2]

template<class I >
Gecode::Iter::Ranges::Offset< I >::Offset ( void )
inline

Default constructor.

Definition at line 81 of file ranges-offset.hpp.

◆ Offset() [2/2]

template<class I >
Gecode::Iter::Ranges::Offset< I >::Offset ( I & i,
int c )
inline

Initialize with ranges from i and offset c.

Definition at line 91 of file ranges-offset.hpp.

Member Function Documentation

◆ init()

template<class I >
void Gecode::Iter::Ranges::Offset< I >::init ( I & i,
int c )
inline

Initialize with ranges from i and offset c.

Definition at line 85 of file ranges-offset.hpp.

◆ operator()()

template<class I >
bool Gecode::Iter::Ranges::Offset< I >::operator() ( void ) const
inline

Test whether iterator is still at a range or done.

Definition at line 100 of file ranges-offset.hpp.

◆ operator++()

template<class I >
void Gecode::Iter::Ranges::Offset< I >::operator++ ( void )
inline

Move iterator to next range (if possible)

Definition at line 95 of file ranges-offset.hpp.

◆ min()

template<class I >
int Gecode::Iter::Ranges::Offset< I >::min ( void ) const
inline

Return smallest value of range.

Definition at line 106 of file ranges-offset.hpp.

◆ max()

template<class I >
int Gecode::Iter::Ranges::Offset< I >::max ( void ) const
inline

Return largest value of range.

Definition at line 111 of file ranges-offset.hpp.

◆ width()

template<class I >
unsigned int Gecode::Iter::Ranges::Offset< I >::width ( void ) const
inline

Return width of range (distance between minimum and maximum)

Definition at line 116 of file ranges-offset.hpp.

Member Data Documentation

◆ i

template<class I >
I Gecode::Iter::Ranges::Offset< I >::i
protected

Input range.

Definition at line 45 of file ranges-offset.hpp.

◆ c

template<class I >
int Gecode::Iter::Ranges::Offset< I >::c
protected

Offset for ranges.

Definition at line 47 of file ranges-offset.hpp.


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