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

Gecode::Int::Element::IdxView< View > Class Template Reference

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Element::IdxView< View >

Class for pair of index and view.

Definition at line 68 of file view.icc.


Static Public Member Functions

static IdxViewallocate (Space *, int)
static IdxViewinit (Space *, const typename ViewToVarArg< View >::argtype &)

Public Attributes

int idx
View view

Member Function Documentation

template<class View>
IdxView< View > * Gecode::Int::Element::IdxView< View >::allocate ( Space home,
int  n 
) [inline, static]

Definition at line 79 of file view.icc.

template<class View>
IdxView< View > * Gecode::Int::Element::IdxView< View >::init ( Space home,
const typename ViewToVarArg< View >::argtype &  x 
) [inline, static]

Definition at line 86 of file view.icc.


Member Data Documentation

template<class View>
int Gecode::Int::Element::IdxView< View >::idx

Definition at line 70 of file view.icc.

template<class View>
View Gecode::Int::Element::IdxView< View >::view

Definition at line 70 of file view.icc.


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