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