Generated on Fri Oct 24 2014 15:20:39 for Gecode by doxygen 1.8.8
Gecode::Int::Element::IdxView< View > Singleton Reference

Class for pair of index and view. More...

#include <view.hpp>

Static Public Member Functions

static IdxViewallocate (Space &, int)
 

Public Attributes

int idx
 
View view
 

Detailed Description

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

Class for pair of index and view.

Class for index-view map.

Definition at line 64 of file view.hpp.

Member Function Documentation

template<class View >
IdxView< View > * Gecode::Int::Element::IdxView< View >::allocate ( Space home,
int  n 
)
inlinestatic

Definition at line 73 of file view.hpp.

Member Data Documentation

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

Definition at line 66 of file view.hpp.

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

Definition at line 66 of file view.hpp.


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