Gecode::Set::Int::OverweightValues< I > Class Template Reference
Detailed Description
template<class I>
class Gecode::Set::Int::OverweightValues< I >
Value Iterator for values above a certain weight.
Definition at line 49 of file weights.icc.
Constructors and initialization | |
OverweightValues (void) | |
Default constructor. | |
OverweightValues (int t, SharedArray< int > &elements0, SharedArray< int > &weights0, I &i) | |
Initialize with elements/weights pairs, threshold t and iterator i. | |
void | init (int t, SharedArray< int > &elements0, SharedArray< int > &weights0, I &i) |
Initialize with elements/weights pairs, threshold t and iterator i. | |
Iteration control | |
bool | operator() (void) const |
Test whether iterator is still at a value or done. | |
void | operator++ (void) |
Move iterator to next value (if possible). | |
Value access | |
int | val (void) const |
Return current value. |
Constructor & Destructor Documentation
template<class I>
Gecode::Set::Int::OverweightValues< I >::OverweightValues | ( | void | ) | [inline] |
template<class I>
Gecode::Set::Int::OverweightValues< I >::OverweightValues | ( | int | t, | |
SharedArray< int > & | elements0, | |||
SharedArray< int > & | weights0, | |||
I & | i | |||
) | [inline] |
Initialize with elements/weights pairs, threshold t and iterator i.
Definition at line 113 of file weights.icc.
Member Function Documentation
template<class I>
void Gecode::Set::Int::OverweightValues< I >::init | ( | int | t, | |
SharedArray< int > & | elements0, | |||
SharedArray< int > & | weights0, | |||
I & | i | |||
) | [inline] |
Initialize with elements/weights pairs, threshold t and iterator i.
Definition at line 126 of file weights.icc.
template<class I>
bool Gecode::Set::Int::OverweightValues< I >::operator() | ( | void | ) | const [inline] |
template<class I>
void Gecode::Set::Int::OverweightValues< I >::operator++ | ( | void | ) | [inline] |
template<class I>
int Gecode::Set::Int::OverweightValues< I >::val | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/set/int/weights.icc (Revision: 6017)