Gecode::Kernel::ViewOcc< View > Class Template Reference
Occurence information for a view. More...
#include <array.hpp>
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] |
Member Data Documentation
template<class View>
| View Gecode::Kernel::ViewOcc< View >::x |
template<class View>
| int Gecode::Kernel::ViewOcc< View >::i |
The documentation for this class was generated from the following file:
- gecode/kernel/data/array.hpp
