Gecode::Int::Element::IdxView< View > Class Template Reference
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 IdxView * | allocate (Space *, int) |
| static IdxView * | init (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] |
template<class View>
| IdxView< View > * Gecode::Int::Element::IdxView< View >::init | ( | Space * | home, | |
| const typename ViewToVarArg< View >::argtype & | x | |||
| ) | [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: 7288)
