Gecode::Set::RangesCompl< I > Class Template Reference
[Programming set actors]
A complement iterator spezialized for the BndSet limits. More...
#include <var-imp.hpp>
Constructors and initialization | |
| |
RangesCompl (void) | |
Default constructor. | |
RangesCompl (I &i) | |
Initialize with iterator i. | |
void | init (I &i) |
Initialize with iterator i. |
Detailed Description
template<class I>
class Gecode::Set::RangesCompl< I >
A complement iterator spezialized for the BndSet limits.
Definition at line 296 of file var-imp.hpp.
Constructor & Destructor Documentation
template<class I >
Gecode::Set::RangesCompl< I >::RangesCompl | ( | void | ) | [inline] |
Default constructor.
Definition at line 409 of file integerset.hpp.
template<class I>
Gecode::Set::RangesCompl< I >::RangesCompl | ( | I & | i | ) | [inline] |
Initialize with iterator i.
Definition at line 412 of file integerset.hpp.
Member Function Documentation
template<class I>
void Gecode::Set::RangesCompl< I >::init | ( | I & | i | ) | [inline] |
Initialize with iterator i.
Reimplemented from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >.
Definition at line 418 of file integerset.hpp.
The documentation for this class was generated from the following files:
- gecode/set/var-imp.hpp (Revision: 12392)
- gecode/set/var-imp/integerset.hpp (Revision: 12400)