Generated on Mon Aug 25 11:35:54 2008 for Gecode by doxygen 1.5.6

Test::Int::BoolOpTypes Class Reference

#include <int.hh>

List of all members.


Detailed Description

Iterator for Boolean operation types.

Definition at line 236 of file 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.

Constructor & Destructor Documentation

Test::Int::BoolOpTypes::BoolOpTypes ( void   )  [inline]

Initialize iterator.

Definition at line 248 of file int.icc.


Member Function Documentation

bool Test::Int::BoolOpTypes::operator() ( void   )  const [inline]

Test whether iterator is done.

Definition at line 251 of file int.icc.

void Test::Int::BoolOpTypes::operator++ ( void   )  [inline]

Increment to next operation type.

Definition at line 255 of file int.icc.

Gecode::BoolOpType Test::Int::BoolOpTypes::bot ( void   )  const [inline]

Return current operation type.

Definition at line 259 of file int.icc.


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