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 37 of file view.icc.
Static Public Member Functions | |
static IdxView * | allocate (Space *, int) |
static IdxView * | init (Space *, const IntVarArgs &) |
Public Attributes | |
int | idx |
View | view |
Member Function Documentation
template<class View>
IdxView< View > * Gecode::Int::Element::IdxView< View >::allocate | ( | Space * | , | |
int | ||||
) | [inline, static] |
template<class View>
IdxView< View > * Gecode::Int::Element::IdxView< View >::init | ( | Space * | , | |
const IntVarArgs & | ||||
) | [inline, static] |
Member Data Documentation
template<class View>
int Gecode::Int::Element::IdxView< View >::idx |
template<class View>
View Gecode::Int::Element::IdxView< View >::view |
The documentation for this class was generated from the following file:
- gecode/int/element/view.icc (Revision: 3246)