Generated on Sun Mar 10 2013 14:26:48 for Gecode by doxygen 1.7.6.1
Test::Int::BoolOpTypes Class Reference

Iterator for Boolean operation types. More...

#include <int.hh>

List of all members.

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.

Detailed Description

Iterator for Boolean operation types.

Definition at line 322 of file int.hh.


Constructor & Destructor Documentation

Initialize iterator.

Definition at line 296 of file int.hpp.


Member Function Documentation

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

Test whether iterator is done.

Definition at line 299 of file int.hpp.

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

Increment to next operation type.

Definition at line 303 of file int.hpp.

Return current operation type.

Definition at line 307 of file int.hpp.


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