Generated on Tue Sep 25 2012 20:53:32 for Gecode by doxygen 1.7.5
Gecode::Iter::Ranges::SingletonAppend Class Reference

Range iterator for appending a singleton with a range iterator More...

#include <ranges-singleton-append.hpp>

List of all members.

Protected Attributes

j
 Iterator to be appended.

Constructors and initialization

 SingletonAppend (void)
 Default constructor.
 SingletonAppend (int i0, int i1, J &j)
 Initialize with singleton (i0, i1) and iterator j.
void init (int i0, int i1, J &j)
 Initialize with singleton (i0, i1) and iterator j.

Iteration control

void operator++ (void)
 Move iterator to next range (if possible)

Detailed Description

Range iterator for appending a singleton with a range iterator

The singleton is not allowed to be adjacent to the iterator.


Constructor & Destructor Documentation

Gecode::Iter::Ranges::SingletonAppend::SingletonAppend ( void  ) [inline]

Default constructor.

Definition at line 93 of file ranges-singleton-append.hpp.

Gecode::Iter::Ranges::SingletonAppend::SingletonAppend ( int  i0,
int  i1,
J &  j 
) [inline]

Initialize with singleton (i0, i1) and iterator j.

Definition at line 97 of file ranges-singleton-append.hpp.


Member Function Documentation

void Gecode::Iter::Ranges::SingletonAppend::init ( int  i0,
int  i1,
J &  j 
) [inline]

Initialize with singleton (i0, i1) and iterator j.

Definition at line 104 of file ranges-singleton-append.hpp.

void Gecode::Iter::Ranges::SingletonAppend::operator++ ( void  ) [inline]

Move iterator to next range (if possible)

Definition at line 81 of file ranges-singleton-append.hpp.


Member Data Documentation

Iterator to be appended.

Definition at line 54 of file ranges-singleton-append.hpp.


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