Test::Array::ViewArrayIterator Class Reference
Class for testing the ViewArray iterator More...
Public Member Functions | |
ViewArrayIterator (void) | |
Initialize test. | |
bool | run (void) |
Perform actual tests. | |
Protected Types | |
typedef Gecode::ViewArray < Gecode::IntVar > | Array |
Array type being tested. | |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. |
Detailed Description
Class for testing the ViewArray iterator
Definition at line 236 of file array.cpp.
Member Typedef Documentation
typedef Gecode::ViewArray<Gecode::IntVar> Test::Array::ViewArrayIterator::Array [protected] |
Constructor & Destructor Documentation
Test::Array::ViewArrayIterator::ViewArrayIterator | ( | void | ) | [inline] |
Member Function Documentation
bool Test::Array::ViewArrayIterator::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
const int Test::Array::ViewArrayIterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented from Test::Array::Iterator.
The documentation for this class was generated from the following file: