Class for testing the VarArray iterator More...
Public Member Functions | |
VarArrayIterator (void) | |
Initialize test. | |
bool | run (void) |
Perform actual tests. | |
Protected Types | |
typedef Gecode::VarArray < Gecode::IntVar > | Array |
Array type being tested. | |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. |
Class for testing the VarArray iterator
typedef Gecode::VarArray<Gecode::IntVar> Test::Array::VarArrayIterator::Array [protected] |
Test::Array::VarArrayIterator::VarArrayIterator | ( | void | ) | [inline] |
bool Test::Array::VarArrayIterator::run | ( | void | ) | [inline, virtual] |
const int Test::Array::VarArrayIterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented from Test::Array::Iterator.