Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Int::IdxView< View > Class Template Reference

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

#include <idx-view.hh>

Static Public Member Functions

static IdxViewallocate (Space &home, int n)
 Allocate memory for n index-view pairs. More...
 

Public Attributes

int idx
 The index. More...
 
View view
 Thhe view. More...
 

Detailed Description

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

Class for pair of index and view.

Definition at line 52 of file idx-view.hh.

Member Function Documentation

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

Allocate memory for n index-view pairs.

Definition at line 65 of file idx-view.hpp.

Member Data Documentation

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

The index.

Definition at line 55 of file idx-view.hh.

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

Thhe view.

Definition at line 57 of file idx-view.hh.


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