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

Test::PropKinds Class Reference
[General test support]

#include <test.hh>

List of all members.


Detailed Description

Iterator for propagation kinds.

Definition at line 80 of file test.hh.


Public Member Functions

 PropKinds (void)
 Initialize iterator.
bool operator() (void) const
 Test whether iterator is done.
void operator++ (void)
 Increment to next propagation kind.
Gecode::PropKind pk (void) const
 Return current propagation kind.

Constructor & Destructor Documentation

Test::PropKinds::PropKinds ( void   )  [inline]

Initialize iterator.

Definition at line 45 of file test.icc.


Member Function Documentation

bool Test::PropKinds::operator() ( void   )  const [inline]

Test whether iterator is done.

Definition at line 48 of file test.icc.

void Test::PropKinds::operator++ ( void   )  [inline]

Increment to next propagation kind.

Definition at line 52 of file test.icc.

Gecode::PropKind Test::PropKinds::pk ( void   )  const [inline]

Return current propagation kind.

Definition at line 56 of file test.icc.


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