Test::Array::VarArrayIterator Class Reference
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. |
Detailed Description
Class for testing the VarArray iterator
Definition at line 194 of file array.cpp.
Member Typedef Documentation
typedef Gecode::VarArray<Gecode::IntVar> Test::Array::VarArrayIterator::Array [protected] |
Constructor & Destructor Documentation
Test::Array::VarArrayIterator::VarArrayIterator | ( | void | ) | [inline] |
Member Function Documentation
bool Test::Array::VarArrayIterator::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
const int Test::Array::VarArrayIterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented from Test::Array::Iterator.
The documentation for this class was generated from the following file: