Generated on Mon Aug 25 11:35:51 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Extensional::LayerValues Class Reference

List of all members.


Detailed Description

Iterator for telling variable domains by scanning support.

Definition at line 97 of file layered-graph.icc.


Public Member Functions

 LayerValues (void)
 Default constructor.
 LayerValues (const Layer &l)
 Initialize for support of layer l.
void init (const Layer &l)
 Initialize for support of layer l.
bool operator() (void) const
 Test whether more values supported.
void operator++ (void)
 Move to next supported value.
int val (void) const
 Return supported value.

Constructor & Destructor Documentation

Gecode::Int::Extensional::LayerValues::LayerValues ( void   )  [inline]

Default constructor.

Definition at line 117 of file layered-graph.icc.

Gecode::Int::Extensional::LayerValues::LayerValues ( const Layer l  )  [inline]

Initialize for support of layer l.

Definition at line 119 of file layered-graph.icc.


Member Function Documentation

void Gecode::Int::Extensional::LayerValues::init ( const Layer l  )  [inline]

Initialize for support of layer l.

Definition at line 122 of file layered-graph.icc.

bool Gecode::Int::Extensional::LayerValues::operator() ( void   )  const [inline]

Test whether more values supported.

Definition at line 126 of file layered-graph.icc.

void Gecode::Int::Extensional::LayerValues::operator++ ( void   )  [inline]

Move to next supported value.

Definition at line 130 of file layered-graph.icc.

int Gecode::Int::Extensional::LayerValues::val ( void   )  const [inline]

Return supported value.

Definition at line 134 of file layered-graph.icc.


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