Generated on Sat Feb 7 2015 02:01:47 for Gecode by doxygen 1.8.9.1
Gecode::Int::Element::Int< V0, V1, Idx, Val >::ByVal Class Reference

Sorting pointers to (index,value) pairs in value order. More...

#include <element.hh>

Public Member Functions

 ByVal (const IdxVal *iv)
 Initialize with index value pairs. More...
 
bool operator() (Idx &i, Idx &j)
 Compare pairs at positions i and j. More...
 

Protected Attributes

const IdxValiv
 Index-value pairs. More...
 

Detailed Description

template<class V0, class V1, class Idx, class Val>
class Gecode::Int::Element::Int< V0, V1, Idx, Val >::ByVal

Sorting pointers to (index,value) pairs in value order.

Definition at line 145 of file element.hh.

Constructor & Destructor Documentation

template<class V0 , class V1 , class Idx , class Val >
Gecode::Int::Element::Int< V0, V1, Idx, Val >::ByVal::ByVal ( const IdxVal iv)
inline

Initialize with index value pairs.

Definition at line 147 of file int.hpp.

Member Function Documentation

template<class V0 , class V1 , class Idx , class Val >
bool Gecode::Int::Element::Int< V0, V1, Idx, Val >::ByVal::operator() ( Idx &  i,
Idx &  j 
)
inline

Compare pairs at positions i and j.

Definition at line 151 of file int.hpp.

Member Data Documentation

template<class V0, class V1, class Idx, class Val>
const IdxVal* Gecode::Int::Element::Int< V0, V1, Idx, Val >::ByVal::iv
protected

Index-value pairs.

Definition at line 147 of file element.hh.


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