
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. | |
Static Protected Attributes inherited from Test::Array::Iterator | |
Additional Inherited Members | |
Protected Member Functions inherited from Test::Array::Iterator | |
| Iterator (const std::string &name) | |
| Initialize test. | |
| template<class Array > | |
| bool | runTestForArray (Array &a) |
| Perform actual tests. | |
|
protected |
|
inline |
|
inlinevirtual |
|
staticprotected |
Maximum array size.
Reimplemented from Test::Array::Iterator.