Generated on Wed Nov 1 15:05:25 2006 for Gecode by doxygen 1.4.5

Gecode::Set::Select::IdxView< View > Class Template Reference

#include <idxarray.hh>

List of all members.


Detailed Description

template<class View>
class Gecode::Set::Select::IdxView< View >

Pairs of an index and a variable.

Definition at line 31 of file idxarray.hh.

Static Public Member Functions

static IdxViewallocate (Space *home, int n)
 Allocate n elements.

Public Attributes

int idx
 The index.
View var
 The variable.


Member Function Documentation

template<class View>
IdxView< View > * Gecode::Set::Select::IdxView< View >::allocate Space home,
int  n
[inline, static]
 

Allocate n elements.

Definition at line 28 of file idxarray.icc.


Member Data Documentation

template<class View>
int Gecode::Set::Select::IdxView< View >::idx
 

The index.

Definition at line 34 of file idxarray.hh.

template<class View>
View Gecode::Set::Select::IdxView< View >::var
 

The variable.

Definition at line 36 of file idxarray.hh.


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