Generated on Thu Apr 11 14:00:07 2019 for Gecode by doxygen 1.6.3

Gecode::Kernel::ViewOcc< View > Class Template Reference

Occurence information for a view. More...

#include <array.hpp>

List of all members.

Public Member Functions

bool operator< (const ViewOcc &y) const
 Sorting order.

Public Attributes

View x
 The view.
int i
 The original index in the array.

Detailed Description

template<class View>
class Gecode::Kernel::ViewOcc< View >

Occurence information for a view.

Definition at line 50 of file array.hpp.


Member Function Documentation

template<class View >
bool Gecode::Kernel::ViewOcc< View >::operator< ( const ViewOcc< View > &  y  )  const [inline]

Sorting order.

Definition at line 62 of file array.hpp.


Member Data Documentation

template<class View>
View Gecode::Kernel::ViewOcc< View >::x

The view.

Definition at line 53 of file array.hpp.

template<class View>
int Gecode::Kernel::ViewOcc< View >::i

The original index in the array.

Definition at line 55 of file array.hpp.


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