
Iterator for Boolean operation types. More...
#include <int.hh>
Public Member Functions | |
| BoolOpTypes (void) | |
| Initialize iterator. | |
| bool | operator() (void) const |
| Test whether iterator is done. | |
| void | operator++ (void) |
| Increment to next operation type. | |
| Gecode::BoolOpType | bot (void) const |
| Return current operation type. | |
| Test::Int::BoolOpTypes::BoolOpTypes | ( | void | ) | [inline] |
| bool Test::Int::BoolOpTypes::operator() | ( | void | ) | const [inline] |
| void Test::Int::BoolOpTypes::operator++ | ( | void | ) | [inline] |
| Gecode::BoolOpType Test::Int::BoolOpTypes::bot | ( | void | ) | const [inline] |